yxj
2024-07-03 18bf65577b174d574b36c5fb5ab4364a14c7724a
WebAPI/Models/HBarCodeList.cs
@@ -62,5 +62,19 @@
        public string HInnerBillNo2 { get; set; } //"内部采购订单号";
        public string HMaker2 { get; set; } //"制单人";
        public string HEntryID2 { 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 HGroupID2 { get; set; } //"班组";
        public Int64 HEmpID2 { get; set; } //"操作员";
        public string HCusModel2 { get; set; } //"客户物料规格";
        public string HCusMaterName2 { get; set; } //"客户物料名称";
    }
}