namespace YLErp.DBModels.Enums { public class TradeCashStatusEnum { public const string 冻结 = "冻结"; public const string 已执行 = "已执行"; } }