using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class StationEntrustInBill { public long HInterID { get; set; } public int HYear { get; set; } public double HPeriod { get; set; } public string HBillNo { get; set; } public string HInnerBillNo { get; set; } public string HICMOBillNo { get; set; } public long HICMOInterID { get; set; } public long HProcExchInterID { get; set; } public long HProcExchEntryID { get; set; } public string HProcExchBillNo { get; set; } public long HProcID { get; set; } public long HMaterID { get; set; } public DateTime HStationInTime { get; set; } public long HEmpID { get; set; } public long HSourceID { get; set; } public long HGroupID { get; set; } public double HICMOQty { get; set; } public double HPlanQty { get; set; } public double HQty { get; set; } public long HSupID { get; set; } public double HPieceQty { get; set; } public string HSourceName { get; set; } public double HPrice { get; set; } public double HMoney { get; set; } public string HRemark { get; set; } public string HTaxRate { get; set; } public string HProcNo { get; set; } public string HOrderProcNO { get; set; } public long HWWWorkOrderInterID { get; set; } public long HWWWorkOrderEntryID { get; set; } public string HWWWorkOrderBillNo { get; set; } public string HMaker { get; set; } public long HDeptID { get; set; } public string HBarCode { get; set; } } }