zss
2024-09-29 afebb0ff6b79092519377d943462cc084b9cdb28
inspect-server/src/main/java/com/yuanchu/mom/pojo/InsOrder.java
@@ -37,7 +37,7 @@
    /**
     * 外部委托编号
     */
    @ValueTableShow(1)
    @ValueTableShow(2)
    @Size(max= 255,message="编码长度不能超过255")
    @ApiModelProperty(value = "外部委托编号")
    @Length(max= 255,message="编码长度不能超过255")
@@ -60,7 +60,6 @@
    /**
    * 下单单位
    */
    @ValueTableShow(2)
    @Size(max= 255,message="编码长度不能超过255")
    @ApiModelProperty("委托单位")
    @Length(max= 255,message="编码长度不能超过255")
@@ -127,7 +126,6 @@
    @Length(max= 255,message="编码长度不能超过255")
    private String otcCode;
//    @ValueTableShow(11)
    @ApiModelProperty("下单人")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
@@ -252,5 +250,14 @@
    @ApiModelProperty("零件号(其他成品这个字段需要填写的信息)")
    private String partNo;
    /**
     * 样机完成时间
     */
    @ValueTableShow(13)
    @ApiModelProperty("样机完成时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd")
    private LocalDate issueTime;
}