文件名从 inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/ReportCheckVo.java 修改 |
| | |
| | | * 鎶ュ憡瀹℃牳 |
| | | */ |
| | | @Data |
| | | public class ReportCheckVo { |
| | | public class ReportAuditingVo { |
| | | @ApiModelProperty(value = "鏍峰搧缂栧彿") |
| | | @JsonSerialize |
| | | private String materialCode; |
| | |
| | | @JsonSerialize |
| | | private Integer approver; |
| | | @ApiModelProperty(value = "鎻愪氦鏃ユ湡") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date submitTime; |
| | | @ApiModelProperty(value = "瀹℃牳鏃ユ湡") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date checkTime; |
| | | } |