Commit 0ad765c3 authored by 332784038@qq.com's avatar 332784038@qq.com

文档修正

parent 4d4b116d
......@@ -13,7 +13,7 @@ import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_
* @author 系统管理员
*/
@Data
@ApiModel("管理后台 - 批量费用申请 Response VO")
@ApiModel("管理后台 - 批量订单费用申请 Response VO")
public class BatchOrderFeeApplyBackVO {
@ExcelProperty("主键")
......
......@@ -6,7 +6,7 @@ import io.swagger.annotations.*;
@Data
@ToString(callSuper = true)
@EqualsAndHashCode(callSuper = true)
@ApiModel("管理后台 - 批量费用申请创建 Request VO")
@ApiModel("管理后台 - 批量订单费用申请创建 Request VO")
public class BatchOrderFeeApplyCreateReqVO extends BatchOrderFeeApplyBaseVO {
......
......@@ -8,7 +8,7 @@ import org.springframework.format.annotation.DateTimeFormat;
import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND;
@Data
@ApiModel("管理后台 - 批量费用申请查询 VO")
@ApiModel("管理后台 - 批量订单费用申请查询 VO")
public class BatchOrderFeeApplyQueryVO {
@ApiModelProperty(value = "编号")
......
......@@ -4,7 +4,7 @@ import lombok.*;
import io.swagger.annotations.*;
import javax.validation.constraints.*;
@ApiModel("管理后台 - 批量费用申请更新 Request VO")
@ApiModel("管理后台 - 批量订单费用申请更新 Request VO")
@Data
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment