chenhaozhe
7 天以前 dd768dc49cfd954a55ff93753a12c970607891a3
WebAPI/Models/HBarCodeList.cs
@@ -9,6 +9,7 @@
    {
        public string HBarCode2 { get; set; } //条码编号
        public string HBarCodeType2 { get; set; } //条码类型
        public string HBarCodeSubType2 { get; set; } //条码子类型
        public string HMaterID2 { get; set; } // "物料ID";
        public string HMaterNumber2 { get; set; } // "物料代码";
        public string HMaterName2 { get; set; } // "物料名称";
@@ -21,6 +22,7 @@
        public string HPinfanBarCode2 { get; set; } //HPinfanBarCode
        public string HBatchNo2 { get; set; } //"批号";
        public int HGiveAwayFlag2 { get; set; } //"是否赠品";
        public string HSourceBillSEQ { get; set; }  //源单行号
        public string HUnitID2 { get; set; } //"计量单位ID";
        public string HUnitNumber2 { get; set; } //"计量单位代码";
        public string HUnitName2 { get; set; } //"计量单位";
@@ -62,5 +64,27 @@
        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; } //"客户物料名称";
        public string HCheckEmpName2 { get; set; } //"检验员名称";
        public string HZZRQ { get; set; } //制造日期
        public int HReInspectionFlag { get; set; }  //复检启用标记
        public string HInspectionDate { get; set; } //生成日期
        public int HInspectionCycle { get; set; }   //复检周期
        public string HReInspectionDate { get; set; }//复检日期
        public string HPOOrderBillMTO { get; set; }//采购跟踪号
    }
}