Commit ea0ff157 authored by zhengyi's avatar zhengyi

客户分页列表封装参数修正主营类别的字段

parent 655921d2
...@@ -228,6 +228,13 @@ public class CustomerRespVO extends CustomerBaseVO { ...@@ -228,6 +228,13 @@ public class CustomerRespVO extends CustomerBaseVO {
* 产品类型 即主营类别 * 产品类型 即主营类别
*/ */
@ApiModelProperty(value = "主营类别") @ApiModelProperty(value = "主营类别")
private Long productType; private String productTypes;
/**
* 主营产品 即主营类别下的产品
*/
@ApiModelProperty(value = "主营产品")
private String productIds;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment