YL
2021-09-08 649122a1ff1d7ef30f087e726d37948f65bede8a
Model/³µ¼ä¹ÜÀí/ClsSc_MaterToSourceBillMain.cs
@@ -12,7 +12,7 @@
        public Int64 HProcExchInterID;//   int              --工序流转卡ID(预留字段)
        public Int64 HProcExchEntryID;//   int              --工序流转卡子ID(预留字段)
        public string HProcExchBillNo;//   varchar(50)    --工序流转卡号(预留字段)
        public Int64 HICMOInterID;//       int              --任务单ID
        public Int64 HICMOInterID;//       int              --任务单ID                             //
        public string HICMOBillNo;//      varchar(50)    --任务单号   
        public Int64 HSourceID;//          int              --生产资源ID
        public string HSourceBarCode;//      varchar(50)    --生产资源条码
@@ -24,6 +24,10 @@
        public Int64 HProcID;//            int              --工序ID
        public Int64 HMaterID;//            int              --产品ID
        public Int64 HICMOEntryID=0;//           int              --任务单子ID
        public string HSourceBillNo = "";//     string          --源单单号
        public Int64 HSourceInterID = 0;//       int              --源单主内码
        public Int64 HSourceEntryID = 0;//       int              --源单子内码
        public string HSourceBillType = ""; //  string          --源单类型
    }
}