12 lines
163 B
C#
12 lines
163 B
C#
namespace YLErp.Model.Enum
|
|
{
|
|
public enum RiskServiceDegreeEnum
|
|
{
|
|
R1 = 1,
|
|
R2 = 2,
|
|
R3 = 3,
|
|
R4 = 4,
|
|
R5 = 5
|
|
}
|
|
}
|