数据处理代码
This commit is contained in:
@@ -14,4 +14,6 @@ public class BigRegionDTO {
|
||||
|
||||
private String regionName;
|
||||
|
||||
private String groupName;
|
||||
private Long storeManageRegionId;
|
||||
}
|
||||
|
||||
@@ -60,6 +60,17 @@ public class BigRegionDO {
|
||||
//集团名称
|
||||
@Column(name = "group_name")
|
||||
private String groupName;
|
||||
//区域对应的管理区域
|
||||
@Column(name = "store_manage_region_id")
|
||||
private Long storeManageRegionId;
|
||||
|
||||
public Long getStoreManageRegionId() {
|
||||
return storeManageRegionId;
|
||||
}
|
||||
|
||||
public void setStoreManageRegionId(Long storeManageRegionId) {
|
||||
this.storeManageRegionId = storeManageRegionId;
|
||||
}
|
||||
|
||||
public String getGroupName() {
|
||||
return groupName;
|
||||
|
||||
Reference in New Issue
Block a user