|
@@ -85,16 +85,20 @@ public class ItdmWeituoInfoInfoVO {
|
|
|
|
|
|
@Getter
|
|
|
@Setter
|
|
|
- @JsonPropertyOrder({"key", "yangpinKeyId", "testItems", "standardRequirement", "judgementBasis","yijufile", "beizhu"})
|
|
|
+ @JsonPropertyOrder({"key", "yangpinKeyId","sampleModelSpecification", "testItems", "standardRequirement", "judgementBasis","yijufile", "beizhu"})
|
|
|
|
|
|
public static final class WeituoYangPinShiYan {
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * 样品id
|
|
|
+ * 样品id——实际是将样品名称返给前端
|
|
|
*/
|
|
|
private String yangpinKeyId;
|
|
|
/**
|
|
|
+ * 样品规格型号
|
|
|
+ */
|
|
|
+ private String sampleModelSpecification;
|
|
|
+ /**
|
|
|
* 检测项目
|
|
|
*/
|
|
|
private String testItems;
|