12 lines
189 B
C#
12 lines
189 B
C#
namespace YLErp.Model.Enum
|
|
{
|
|
public enum TransactionTargetEnum
|
|
{
|
|
投资 = 1,
|
|
套利 = 2,
|
|
套保 = 3,
|
|
投机 = 4,
|
|
风险管理 = 5
|
|
}
|
|
}
|