namespace YLErp.Model.Enum { public enum PStatusEnum { reject = -1,//审批拒绝 pass = -2,//审批通过 } }