TG.WXCRM.V4/WX.CRM.DataSynFactory/Templates/Client_DeliverMethod.cs

29 lines
926 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WX.CRM.Model.Entity;
namespace WX.CRM.DataSynFactory.Templates
{
public class Client_DeliverMethod
{
public WX_SZZYORDER_DELIVER_METHOD method { get; set; }
public WX_SZZYORDER_DELIVER_LOG log { get; set; }
//public int Order_Id { get; set; }
//public int Deliver_Type { get; set; }
//public string Mail_Name { get; set; }
//public string Mail_Phone { get; set; }
//public string Mail_Resid { get; set; }
//public string Province { get; set; }
//public string City { get; set; }
//public string Area { get; set; }
//public string Address { get; set; }
//public string Ip { get; set; }
//public DateTime ctime { get; set; }
//public int Deliver_Status { get; set; }
}
}