11 lines
172 B
C#
11 lines
172 B
C#
namespace YLErp.Model.Enum
|
|
{
|
|
public enum InvestmentExperienceEnum
|
|
{
|
|
有限 = 1,
|
|
一般 = 2,
|
|
丰富 = 3,
|
|
非常丰富 = 4
|
|
}
|
|
}
|