inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java
@@ -80,21 +80,9 @@ private String model; /** * 是否留样 1:留样 0:不留样 */ private Integer isLeave; /** * 检验状态(0:待检验1:检验中 2:已检验3:待复核4:复核未通过5:复核通过) */ private Integer insState; /** * 下发时间 */ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private LocalDateTime sendTime; /** * 备注 @@ -103,15 +91,11 @@ private Integer standardMethodListId; /** * 约定时间 */ @JsonFormat(pattern = "yyyy-MM-dd") private LocalDate appointed; @ApiModelProperty("样品单位") private String unit; private Integer cellId; @TableField(fill = FieldFill.INSERT) private Integer createUser;