value
2024-04-23 6ca23797c5221b37b18247c7a610da70a05913a9
inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java
@@ -90,28 +90,17 @@
    private Integer insState;
    /**
     * 下发时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime sendTime;
    /**
     * 备注
     */
    private String remark;
    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;