namespace CRM.Core.DTO.Ord { /// /// 补单接口 /// public class supplyOrderRes { public string orderid { get; set; } public string mb { get; set; } public string payno { get; set; } public decimal payprice { get; set; } public int paytype { get; set; } public string paymark { get; set; } public string name { get; set; } public string idcard { get; set; } public int ispdf { get; set; } } }