inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java
@@ -80,11 +80,6 @@ private String model; /** * 是否留样 1:留样 0:不留样 */ private Integer isLeave; /** * 检验状态(0:待检验1:检验中 2:已检验3:待复核4:复核未通过5:复核通过) */ private Integer insState; @@ -99,6 +94,8 @@ @ApiModelProperty("样品单位") private String unit; private Integer cellId; @TableField(fill = FieldFill.INSERT) private Integer createUser;