You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
476 B
C#

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; }
}
}