yms租户同步

This commit is contained in:
赵辉
2026-09-01 17:14:23 +08:00
parent 77fb71dab4
commit 1208e02fe7
6 changed files with 167 additions and 28 deletions
@@ -16,7 +16,8 @@ public enum RoleEnum {
STORE_ADMIN("店铺管理员", "store_admin"),
OWNER_CARGO("货主", "ownerCargo"),
SUPPLIER("供应商", "supplier"),
CUSTOMER("客户", "customer");
CUSTOMER("客户", "customer"),
TENANT("租户", "tenant");
private String name;
private String code;