using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class Gy_RoutingBill { public long HInterID { get; set; } public string HBillNo { get; set; } public DateTime HDate { get; set; } public string HRemark { get; set; } public string HMaker { get; set; } public long HMaterID { get; set; } public string HName { get; set; } public long HRoutingGroupID { get; set; } public long HUnitID { get; set; } public string HMaterNumber { get; set; } public bool HStandard { get; set; } public long HGroupID { get; set; } public long HMainProcID { get; set; } public long HMainCenterID { get; set; } public string HMainTimeUnit { get; set; } public double HMainUnitTime { get; set; } public double HMainWorkQty { get; set; } public double HMainPrice { get; set; } public double HStdSourceQty { get; set; } public double HAddSourceRate { get; set; } public double HDelSourceRate { get; set; } public int HPRDORGID { get; set; } } }