修改工作量和阅片人权限

This commit is contained in:
2022-05-25 14:16:38 +08:00
parent 3928960a4e
commit fe7be9b169
4 changed files with 17 additions and 1 deletions
+3 -1
View File
@@ -12,7 +12,7 @@ namespace IRaCIS.Core.Application.Auth
{
public const string PM_APM = "PM_APM";
public const string PM_APM_CRC = "PM_APMAndCRC";
public const string PM_APM_CRC = "PM_APM_CRC";
public const string CRC_IQC = "CRC_IQC";
@@ -24,6 +24,8 @@ namespace IRaCIS.Core.Application.Auth
public const string IQC = "IQC";
public const string PM_APM_SPM_CPM = "PM_APM_SPM_CPM";
public const string PM_APM_CRC_QC = "PM_APM_CRC_QC";
public const string SPM_CPM = "SPMAndCPM";