namespace YLErp.DBModels.Enums { public enum TradeConfirmContractModeEnum { 单笔模式, 单客户同日, 单客户同日同类型, 单客户同日同类型同方向, 申银万国模式 } }