| | |
| | | package cn.lihu.jh.module.ecg.controller.admin.devrent.vo; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.*; |
| | | |
| | |
| | | public class DevRentSaveReqVO { |
| | | |
| | | @Schema(description = "id", requiredMode = Schema.RequiredMode.REQUIRED, example = "26525") |
| | | private Integer id; |
| | | private Long id; |
| | | |
| | | @Schema(description = "设备编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "3986") |
| | | @NotEmpty(message = "设备编号不能为空") |
| | |
| | | @Schema(description = "备注", example = "你猜") |
| | | private String remark; |
| | | |
| | | } |
| | | @Schema(description = "状态") |
| | | private Integer state; |
| | | } |