using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class ClsWW_EntrustProcessSendOutBillMain : DBUtility.ClsXt_BaseBillMain { /// /// HPrintQty int --打印次数 /// public Int64 HPrintQty { get; set; } /// /// HSupID int --供应商(Gy_Supplier) /// public Int64 HSupID { get; set; }// /// /// HDeptID int --部门ID(Gy_Department) /// public Int64 HDeptID { get; set; } /// /// HSupID int --供应商(Gy_Supplier) /// public Int64 MyProperty { get; set; } /// /// HEmpID int --职员(Gy_Employee) /// public Int64 HEmpID { get; set; } /// /// HExplanation varchar(500) --摘要 /// public string HExplanation { get; set; } /// /// HInnerBillNo varchar(50) --内部单据号 /// public string HInnerBillNo { get; set; } } }