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 SubmitStateEnum
//不可用
None = 0,
//上传了影像或PDF,但没有点击Request QC
ToSubmit = 1,
//点击了Request QC,没有人处理
Submitted = 2,
}