namespace YLErp.Model { public class SearchGroupActionChildrenListReq { public int TradeId { get; set; } public int TradeCashId { get; set; } } }