车辆管理新增字段修改

This commit is contained in:
XaoLi717 2025-01-03 16:19:53 +08:00
parent 15105c4593
commit ccdd6b7047
3 changed files with 5 additions and 5 deletions

View File

@ -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 = "创建时间")

View File

@ -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)

View File

@ -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 = "随便")