1
duhe
2 天以前 415fc9442541023976a812937437bb5b62a1fc13
WebAPI/Models/HSouceOrderList.cs
@@ -9,6 +9,7 @@
    {
        public string HMainID { get; set; }  //源单主ID
        public string HSubID { get; set; }  //源单子ID
        public string HSourceBillSEQ { get; set; }  //源单行号
        public string HBillNo{get;set;}    // "源单单号";
        public string HSourceBillNo { get; set; } // "源单单号";
        public string HBillType{get;set;} // "单据类型";
@@ -30,6 +31,7 @@
        public string HBatchNo{get;set;} // "批号";
        public int HGiveAwayFlag{get;set;} // "是否赠品";
        public string HQty{get;set;} // "数量";
        public string HinitQty { get;set;} // "数量";
        public string HMinQty{get;set;} // "最小包装数";
        public string HPackQty{get;set;} // "外箱数";
        public string HBQty{get;set;} // "箱数";
@@ -61,5 +63,23 @@
        public string HShowDate{get;set;} // "日期";
        public string HInnerBillNo{get;set;} // "内部采购订单号";
        public string HMaker{get;set;} // "制单人";
        }
        public decimal HAuxQty { get; set; } //"负责数量";
        public string HFurnaceNO { get; set; } //"炉号";
        public string HCoilNO { get; set; } //"钢卷号";
        public string HheatNO { get; set; } //"热处理号";
        public string HFactory { get; set; } //"厂商";
        public DateTime HProduceDate { get; set; } //"生产日期";
        public DateTime HExpiryDate { get; set; } //"保质期至";
        public Int64 HGroupID { get; set; } //"班组";
        public string HGroupNumber { get; set; } //"班组";
        public string HGroupName { get; set; } //"班组";
        public Int64 HEmpID { get; set; } //"操作员";
        public string HEmpNumber { get; set; } //"操作员";
        public string HEmpName { get; set; } //"操作员";
        public string HCusModel { get; set; } //"客户物料规格";
        public string HCusMaterName { get; set; } //"客户物料名称";
        public string HCheckEmpName { get; set; } //"检验员名称";
        public string HZZRQ { get; set; } //制造日期
    }
}