从MDM接口获取所属大区和业务区域
This commit is contained in:
@@ -243,6 +243,15 @@ public class RedisConstant {
|
||||
*/
|
||||
public static final String MDM_AREA_OTHERS = "mdm:area:others:{0}";
|
||||
|
||||
/**
|
||||
* MDM 所属大区缓存
|
||||
*/
|
||||
public static final String MDM_BELONG_REGION = "mdm:belongRegion";
|
||||
|
||||
/**
|
||||
* MDM 业务区域缓存
|
||||
*/
|
||||
public static final String MDM_BUSINESS_REGION = "mdm:businessRegion";
|
||||
|
||||
/**
|
||||
* 动态标题
|
||||
|
||||
Reference in New Issue
Block a user