车辆管理新增字段修改
This commit is contained in:
parent
15105c4593
commit
ccdd6b7047
@ -60,10 +60,10 @@ public class ClglPageReqVO extends PageParam {
|
||||
@Schema(description = "用车状态", example = "2")
|
||||
private Integer carStatus;
|
||||
|
||||
@Schema(description = "用车状态")
|
||||
@Schema(description = "编号")
|
||||
private String serialNumber;
|
||||
|
||||
@Schema(description = "用车状态")
|
||||
@Schema(description = "类型")
|
||||
private Integer numberType;
|
||||
|
||||
@Schema(description = "创建时间")
|
||||
|
@ -97,8 +97,8 @@ public class ClglRespVO {
|
||||
@ExcelProperty("编号")
|
||||
private String serialNumber;
|
||||
|
||||
@Schema(description = "编号", example = "编号")
|
||||
@ExcelProperty("编号")
|
||||
@Schema(description = "类型", example = "类型")
|
||||
@ExcelProperty("类型")
|
||||
private Integer numberType;
|
||||
|
||||
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
|
@ -90,7 +90,7 @@ public class ClglSaveReqVO {
|
||||
@Schema(description = "备注", example = "随便")
|
||||
private String carRemark;
|
||||
|
||||
@Schema(description = "备注", example = "随便")
|
||||
@Schema(description = "类型", example = "随便")
|
||||
private Integer numberType;
|
||||
|
||||
@Schema(description = "编号", example = "随便")
|
||||
|
Loading…
Reference in New Issue
Block a user