using DBUtility; 
 | 
using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Linq; 
 | 
using System.Web; 
 | 
  
 | 
namespace WebAPI.Models 
 | 
{ 
 | 
    public class Sc_WorkBillSortBillMain: ClsXt_BaseBillMain 
 | 
    { 
 | 
        public string HDocumentStatus { get; set; } 
 | 
        public bool HHangUp; 
 | 
        public string HSourceBillNo { get; set; } 
 | 
        public string HInStockOwnerTypeID { get; set; } 
 | 
        public string HOwnerTypeID { get; set; } 
 | 
        public int? HDeptID; 
 | 
        public int? HMaterID; 
 | 
        public int? HSourceID; 
 | 
        public int? HUnitID; 
 | 
        public int? HInStockOwnerID; 
 | 
        public int? HOwnerID; 
 | 
        public int? HYX; 
 | 
        public DateTime HPlanBeginDate; 
 | 
        public DateTime HPlanEndDate; 
 | 
        public DateTime HOrderCommitDate; 
 | 
        public DateTime HPreparatDate; 
 | 
        public double? HPlanQty; 
 | 
        public double? HCompleteQty; 
 | 
        public double? HInStockQty; 
 | 
        public double? HRelationQty; 
 | 
        public double? HBeginWorkTimes; 
 | 
        public double? HOrderNeedQty; 
 | 
        public double? HKTQ; 
 | 
        public double? HWorkQty; 
 | 
        public double? HSourceQty; 
 | 
        public double? HSplitPlanQty; 
 | 
        public double? HLeftPlanQty; 
 | 
        public double? HDayPlanSumQty; 
 | 
        public double? HSeOrderBillQty; 
 | 
        public string HSeOrderBillNo { get; set; } 
 | 
        public int? HGroupID; 
 | 
        public int? HWorkerID; 
 | 
        public int? HWorkShopID; 
 | 
        public int? HProdORGID; 
 | 
        public int? HEntrustORGID; 
 | 
        public int? HStockInORGID; 
 | 
        public int? HMainInterID; 
 | 
        public int? HICMOInterID; 
 | 
        public int? HICMOEntryID; 
 | 
        public int? HICMOEntrySEQ; 
 | 
        public int? HEmpID; 
 | 
        public int? HPrintQty; 
 | 
        public int? HPriority; 
 | 
        public double? HSplitRelationQty; 
 | 
        public double? HProdTimes; 
 | 
        public double? HCloseCount; 
 | 
        public double? HSplitQty; 
 | 
        public double? HSourceStockInQty; 
 | 
        public bool HLocked; 
 | 
        public string HOrderLev { get; set; } 
 | 
        public string HICMOBillNo { get; set; } 
 | 
        public string HBatchNo { get; set; } 
 | 
        public string HMaterName { get; set; } 
 | 
        public string HMaterModel { get; set; } 
 | 
        public string HICMOBillType { get; set; } 
 | 
        public string HICMOInterID_Sec { get; set; } 
 | 
        public string HICMOEntryID_Sec { get; set; } 
 | 
        public string HOrderType { get; set; } 
 | 
        public string HMonthPlanFlag { get; set; } 
 | 
    } 
 | 
} 
 |