Commit 8973945f by 李小龙

tenantId->tenant-id

parent eac35281
...@@ -11,8 +11,8 @@ public class Const { ...@@ -11,8 +11,8 @@ public class Const {
public static final String MDC_USER_ID = "userId"; public static final String MDC_USER_ID = "userId";
//上面三个MDC用 //上面三个MDC用
//前端要求横杠格式,否则有大小写问题
public static final String TENANT_ID = "tenantId"; public static final String TENANT_ID = "tenant-id";
public static final String TENANT_ID_DB = "tenant_id"; public static final String TENANT_ID_DB = "tenant_id";
public static final String CHN = "中国"; public static final String CHN = "中国";
......
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 sign in to comment