using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace DSWeb.Areas.Mobile.Models.WechatApplet { public class CustCZDto { public string GID { get; set; } public string CZCOM { get; set; } public string COMID { get; set; } public decimal? CZJE { get; set; } public decimal? CZYE { get; set; } public string CZTIME { get; set; } public string FPPath { get; set; } } }