namespace YLErp.Model.Enum { public enum RiskServiceDegreeEnum { R1 = 1, R2 = 2, R3 = 3, R4 = 4, R5 = 5 } }