This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
namespace IRaCIS.Core.Domain.Share
{
public enum RequestBackStateEnum
NotRequest = 0,
//IC 申请,PM待同意
CRC_RequestBack = 1,
//PM 已同意 IC
PM_AgressBack = 2,
PM_NotAgree=3,
}