fix:所属大区新增品牌筛选

This commit is contained in:
wangff
2025-11-13 11:19:12 +08:00
parent 2e719bd15e
commit 7267868f16
8 changed files with 24 additions and 9 deletions

View File

@@ -70,6 +70,12 @@ public class BigRegionDO {
@Column(name = "hqt_region_name")
private String hqtRegionName;
/**
* 加盟品牌
*/
@Column(name = "join_brand")
private Integer joinBrand;
public String getHqtRegionName() {
return hqtRegionName;
}