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