|
@@ -100,11 +100,11 @@ public class QualityFeedbackVO {
|
|
|
@ApiModelProperty(value = "详细地址")
|
|
|
private String joinAddress;
|
|
|
|
|
|
- @ZfireField(type = "select", frontCode = "PRODUCT_CATEGORY")
|
|
|
+ @ZfireField(type = "select", frontCode = "PRODUCT_CATEGORY", isShow = false)
|
|
|
@ApiModelProperty(value = "产品大类")
|
|
|
private String mainId;
|
|
|
|
|
|
- @ZfireField(type = "select", frontCode = "PRODUCT_SUBCLASS")
|
|
|
+ @ZfireField(type = "select", frontCode = "PRODUCT_SUBCLASS", isShow = false)
|
|
|
@ApiModelProperty(value = "产品小类")
|
|
|
private String smallId;
|
|
|
|