| | |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | | private String entrustCode; |
| | | |
| | | /** |
| | | * 外部委托编号 |
| | | */ |
| | | @ValueTableShow(1) |
| | | @Size(max= 255,message="编码长度不能超过255") |
| | | @ApiModelProperty(value = "外部委托编号") |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | | private String outEntrustCode; |
| | | |
| | | @Size(max= 255,message="编码长度不能超过255") |
| | | @ApiModelProperty(value = "检验类别") |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | |
| | | */ |
| | | @ValueTableShow(5) |
| | | @Size(max= 255,message="编码长度不能超过255") |
| | | @ApiModelProperty("委托人") |
| | | @ApiModelProperty("制单人") |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | | private String custom; |
| | | |
| | |
| | | @Length(max= 255,message="编码长度不能超过255") |
| | | private String otcCode; |
| | | |
| | | @ValueTableShow(11) |
| | | // @ValueTableShow(11) |
| | | @ApiModelProperty("下单人") |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Integer createUser; |
| | |
| | | |
| | | private Long companyId; |
| | | |
| | | @ValueTableShow(value = 15, name = "委托人") |
| | | private String prepareUser; |
| | | |
| | | } |