fix:提交供应商接口修改,调整物料模块接口数据权限。

This commit is contained in:
shusir
2026-04-07 16:39:06 +08:00
parent 0a5bedfa72
commit 79a9c5d7fa
17 changed files with 75 additions and 23 deletions

View File

@@ -26,4 +26,6 @@ public interface QmsPermissionConstant {
String DEVICE_MANAGER = "qms_device_manager"; //设备管理员
String ADMIN_ROLE = "ytjyAdmin"; // 超级管理员 标识
// 物料试剂管理员角色标识
String MATERIAL_ADMIN_ROLE = "ytjy_material_admin";
}