namespace YLErp.Model.Enum { public enum TransactionTargetEnum { 投资 = 1, 套利 = 2, 套保 = 3, 投机 = 4, 风险管理 = 5 } }