namespace WX.CRM.Model.MAP { public class Wx_SzzySubProduct_QueryDto { public string productCode { get; set; } public string productName { get; set; } public decimal? isVaild { get; set; } public decimal? isShow { get; set; } } }