13 lines
205 B
C#
13 lines
205 B
C#
namespace YLErp.Model.Enum
|
|
{
|
|
public enum TradeInstructionEnum
|
|
{
|
|
上午 = 1,
|
|
下午 = 2,
|
|
均价 = 3,
|
|
限价 = 4,
|
|
市价 = 5,
|
|
收盘价 = 6
|
|
}
|
|
}
|