| | |
| | | @ApiModelProperty(value = "测试依据") |
| | | private String testBasis; |
| | | |
| | | @ApiModelProperty(value = "测试依据其他:") |
| | | private String otherBasis; |
| | | |
| | | @ApiModelProperty(value = "测试类型1") |
| | | private String testType1; |
| | | |
| | |
| | | |
| | | @ApiModelProperty(value = "测试标准") |
| | | private String testStandard; |
| | | |
| | | @ApiModelProperty(value = "测试标准其他") |
| | | private String otherStandard; |
| | | |
| | | @ApiModelProperty(value = "开始日期") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | |
| | | @ApiModelProperty(value = "其他要求") |
| | | private String otherRequire; |
| | | |
| | | @ApiModelProperty(value = "其他要求其他") |
| | | private String requireOther; |
| | | |
| | | @ApiModelProperty(value = "测试日期") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private Date testDate; |
| | |
| | | @ApiModelProperty(value = "物品性质") |
| | | private String articleNature; |
| | | |
| | | @ApiModelProperty(value = "物品性质其他") |
| | | private String otherNature; |
| | | |
| | | @ApiModelProperty(value = "样品状态") |
| | | private String sampleStatus; |
| | | |