Commit e4c65b73 by guojuxing

资源组-用户域字段名调整

parent befc67a2
......@@ -24,7 +24,7 @@ public class ResourceGroupCustomUserDTO implements Serializable{
/**
* 域ID,多选,英文逗号隔开
*/
private String cu;
private String areaValue;
/**
* 人群筛选器ID
......@@ -49,12 +49,12 @@ public class ResourceGroupCustomUserDTO implements Serializable{
return this;
}
public String getCu() {
return cu;
public String getAreaValue() {
return areaValue;
}
public ResourceGroupCustomUserDTO setCu(String cu) {
this.cu = cu;
public ResourceGroupCustomUserDTO setAreaValue(String areaValue) {
this.areaValue = areaValue;
return this;
}
......
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