车辆管理初始化漏提
This commit is contained in:
parent
387de8d1c6
commit
92e6cac8a1
@ -35,7 +35,7 @@ import static cn.iocoder.yudao.framework.apilog.core.enums.OperateTypeEnum.*;
|
||||
|
||||
@Tag(name = "管理后台 - 车辆信息")
|
||||
@RestController
|
||||
@RequestMapping("/base/car-main")
|
||||
@RequestMapping("/base/carMain")
|
||||
@Validated
|
||||
public class CarMainController {
|
||||
|
||||
|
@ -14,6 +14,8 @@ import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@ToString(callSuper = true)
|
||||
public class CarMainReqVO extends PageParam {
|
||||
@Schema(description = "主键ID")
|
||||
private String id;
|
||||
|
||||
@Schema(description = "发动机号码")
|
||||
private String engineNumber;
|
||||
@ -72,7 +74,9 @@ public class CarMainReqVO extends PageParam {
|
||||
@Schema(description = "创建时间")
|
||||
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
||||
private LocalDateTime createTime;
|
||||
|
||||
|
||||
@Schema(description = "租户ID")
|
||||
private String tenantId;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user