gaoaoy
2024-03-13 c3ce93719730b885be0f9452a46090c0d3979f9f
inspect-server/src/main/java/com/yuanchu/mom/pojo/InsOrder.java
@@ -45,63 +45,25 @@
    @ApiModelProperty(value = "样品类型")
    private String smapleType;
    /**
     * 样品名称
     */
    @ValueTableShow(4)
    @ApiModelProperty(value = "样品名称")
    private String sample;
    /**
     * 委托公司
     */
    @ValueTableShow(5)
    @ApiModelProperty(value = "委托公司")
    private String entrustCompany;
    /**
     * 委托人
     */
    @ValueTableShow(6)
    @ApiModelProperty(value = "委托人")
    private String client;
    /**
     * 制单时间
     */
    @ValueTableShow(7)
    @ApiModelProperty("制单时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime documentPreparation;
    /**
     * 委托时间
     */
    @ValueTableShow(8)
    @ApiModelProperty("委托时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime entrustmentTime;
    /**
     * 样品数量
     */
    @ValueTableShow(9)
    @ValueTableShow(4)
    @ApiModelProperty(value = "样品数量")
    private Double sampleNum;
    /**
     * 紧急程度
     */
    @ValueTableShow(10)
    @ValueTableShow(5)
    @ApiModelProperty(value = "紧急程度")
    private Integer type;
    /**
     * 约定时间
     */
    @ValueTableShow(11)
    @ValueTableShow(6)
    @ApiModelProperty(value = "约定时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@@ -110,56 +72,56 @@
    /**
     * 检测进度
     */
    @ValueTableShow(12)
    @ValueTableShow(7)
    @ApiModelProperty(value = "检测进度")
    private String insProgress;
    /**
     * 检测结果
     */
    @ValueTableShow(13)
    @ApiModelProperty(value = "检测结果")
    private String detectionResult;
    /**
     * 下单客户
     */
    @ValueTableShow(8)
    @ApiModelProperty(value = "下单客户")
    private String custom;
    /**
     * 下单单位
     */
    @ValueTableShow(9)
    @ApiModelProperty(value = "下单单位")
    private String company;
    /**
     * 工厂域
     */
    @ValueTableShow(10)
    @ApiModelProperty(value = "工厂域")
    private String code;
    /**
     * 实验室名称
     */
    @ValueTableShow(11)
    @ApiModelProperty(value = "实验室名称")
    private String laboratory;
    /**
     * 规格型号
     */
    @ValueTableShow(12)
    @ApiModelProperty(value = "规格型号")
    private String model;
    /**
     * 是否留样
     */
    @ValueTableShow(13)
    @ApiModelProperty(value = "是否留样")
    private Integer isLeave;
    /**
     * 留样数量
     */
    @ValueTableShow(14)
    @ApiModelProperty(value = "留样数量")
    private Integer leaveNum;
@@ -178,7 +140,7 @@
     */
    private String otcCode;
    @ApiModelProperty("")
    @ApiModelProperty("创建人")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    /**
@@ -191,7 +153,7 @@
    /**
     *
     */
    @ApiModelProperty("")
    @ApiModelProperty("修改人")
    @TableField(fill = FieldFill.INSERT_UPDATE)
    private Integer updateUser;
    /**