10 lines
149 B
C#
10 lines
149 B
C#
namespace YLErp.Model.Enum
|
|
{
|
|
public enum RiskPreferenceEnum
|
|
{
|
|
低风险 = 1,
|
|
中风险 = 2,
|
|
高风险 = 3
|
|
}
|
|
}
|