14 lines
275 B
C#
14 lines
275 B
C#
namespace YLErp.DBModels.Consts
|
|
{
|
|
public class TradeCashExerciseWayEnum
|
|
{
|
|
public const string 提前终止行权 = "提前终止行权";
|
|
public const string 到期行权 = "到期行权";
|
|
}
|
|
|
|
public static class ConsTradeCash
|
|
{
|
|
|
|
}
|
|
}
|