|
@@ -41,6 +41,10 @@ public class QualityFeedbackVO {
|
|
@ApiModelProperty(value = "外机条码")
|
|
@ApiModelProperty(value = "外机条码")
|
|
private String outCode;
|
|
private String outCode;
|
|
|
|
|
|
|
|
+ @ZfireField(type = "select", frontCode = "PRODUCT_CATEGORY", isShow = false)
|
|
|
|
+ @ApiModelProperty(value = "产品大类")
|
|
|
|
+ private String mainId;
|
|
|
|
+
|
|
@ApiModelProperty(value = "产品大类名称")
|
|
@ApiModelProperty(value = "产品大类名称")
|
|
private String mainName;
|
|
private String mainName;
|
|
|
|
|
|
@@ -100,10 +104,6 @@ public class QualityFeedbackVO {
|
|
@ApiModelProperty(value = "详细地址")
|
|
@ApiModelProperty(value = "详细地址")
|
|
private String joinAddress;
|
|
private String joinAddress;
|
|
|
|
|
|
- @ZfireField(type = "select", frontCode = "PRODUCT_CATEGORY", isShow = false)
|
|
|
|
- @ApiModelProperty(value = "产品大类")
|
|
|
|
- private String mainId;
|
|
|
|
-
|
|
|
|
@ZfireField(type = "select", frontCode = "PRODUCT_SUBCLASS", isShow = false)
|
|
@ZfireField(type = "select", frontCode = "PRODUCT_SUBCLASS", isShow = false)
|
|
@ApiModelProperty(value = "产品小类")
|
|
@ApiModelProperty(value = "产品小类")
|
|
private String smallId;
|
|
private String smallId;
|