添加管理员角色常量

This commit is contained in:
YBP
2026-03-26 09:52:19 +08:00
parent 9244510903
commit 0f288f65a4

View File

@@ -24,4 +24,6 @@ public interface QmsPermissionConstant {
String SAMPLE_WAREHOUSE_ADMIN = "sample_warehouse_admin"; //样品库管理员 String SAMPLE_WAREHOUSE_ADMIN = "sample_warehouse_admin"; //样品库管理员
String DEVICE_MANAGER = "qms_device_manager"; //设备管理员 String DEVICE_MANAGER = "qms_device_manager"; //设备管理员
public static final String ADMIN_ROLE = "ytjyAdmin"; // 超级管理员 标识
} }