@ -112,4 +112,19 @@ public class CustomerAgencyDTO implements Serializable {
*/
private Integer totalUser;
/**
* 国家
private String country;
* 省份
private String province;
* 城市
private String city;
}
@ -82,4 +82,19 @@ public class CustomerAgencyEntity extends BaseEpmetEntity {
@ -76,5 +76,14 @@ public class CustomerAgencyExcel {
@Excel(name = "总人数")
@Excel(name = "国家")
@Excel(name = "省份")
@Excel(name = "城市")