Files
zszq-trs/Framework/YLErp.Core/DBModels/Consts/ConsTradeCash.cs
T
2024-05-09 14:06:26 +08:00

14 lines
275 B
C#

namespace YLErp.DBModels.Consts
{
public class TradeCashExerciseWayEnum
{
public const string 提前终止行权 = "提前终止行权";
public const string 到期行权 = "到期行权";
}
public static class ConsTradeCash
{
}
}