wtt
7 天以前 2770c9950e43fc502ec37c966f4707ad071ad5fc
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; } //"计量单位";
@@ -73,5 +75,16 @@
        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; }//采购跟踪号
    }
}