权限设置
This commit is contained in:
@@ -10,9 +10,9 @@ namespace IRaCIS.Core.Application.Auth
|
||||
|
||||
public static class IRaCISPolicy
|
||||
{
|
||||
public const string PMAndAPM = "PMAndAPM";
|
||||
public const string PM_APM = "PM_APM";
|
||||
|
||||
public const string PM_APM_CRC = "PMAndAPMAndCRC";
|
||||
public const string PM_APM_CRC = "PM_APMAndCRC";
|
||||
|
||||
public const string CRC_IQC = "CRC_IQC";
|
||||
|
||||
@@ -20,11 +20,13 @@ namespace IRaCIS.Core.Application.Auth
|
||||
|
||||
public const string PM = "PM";
|
||||
|
||||
public const string PM_IQC = "PM_IQC";
|
||||
|
||||
public const string IQC = "IQC";
|
||||
|
||||
public const string PM_APM_CRC_QC = "PM_APM_CRC_QC";
|
||||
|
||||
public const string SPMAndCPM = "SPMAndCPM";
|
||||
public const string SPM_CPM = "SPMAndCPM";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user