李林
2024-04-06 c7e24959364e65e6632e71546d607433560bb403
inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java
@@ -11,7 +11,7 @@
import lombok.Data;
/**
 *
 * 检验项目的结果
 * @TableName ins_product_result
 */
@TableName(value ="ins_product_result")
@@ -20,7 +20,7 @@
    /**
     * 
     */
    @TableId
    @TableId(type = IdType.AUTO)
    private Integer id;
    /**
@@ -34,34 +34,26 @@
    private String insValue;
    /**
     * 1:合格 0:不合格
     * 计算值
     */
    private Integer insResult;
    private String comValue;
    /**
     * 最终值
     * 设备值
     */
    private String lastValue;
    private String equipValue;
    @ApiModelProperty("")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    /**
     *
     */
    @ApiModelProperty("创建时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime createTime;
    /**
     *
     */
    @ApiModelProperty("")
    @TableField(fill = FieldFill.INSERT_UPDATE)
    private Integer updateUser;
    /**
     *
     */
    @ApiModelProperty("修改时间")
    @TableField(fill = FieldFill.INSERT_UPDATE)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")