namespace IRaCIS.Core.Domain.Share
{
    public enum PDStateEnum
    {
        //不可用
        None = 0,

        PDProgress=1
    }


}