8 lines
120 B
C#
8 lines
120 B
C#
namespace YLErp.DBModels
|
|
{
|
|
public enum DerivativesInvestmentVarietiesEnum
|
|
{
|
|
场外互换 = 2
|
|
}
|
|
}
|