YL
2021-12-06 c0bae8f4fd26be9c4bd4ff00dd75363c1dff2795
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_WIPStockCheckBillMain : DBUtility.ClsXt_BaseBillMain
    {
 
 
        
        public Int64 HICMOInterID;//        int             //ÈÎÎñµ¥ÄÚÂë
        public string HICMOBillNo;//         varchar(50)        //ÈÎÎñµ¥ºÅ
        public Int64 HProcPlanInterID;//     int            --¹¤Ðò¼Æ»®µ¥ID
        public Int64 HProcPlanEntryID;//        int         //¹¤Ðò¼Æ»®µ¥×ÓID
        public string HProcPlanBillNo;//        varchar(50)      //¹¤Ðò¼Æ»®µ¥ºÅ
        public Int64 HProcExchInterID;//    int        //¹¤ÐòÁ÷ת¿¨ÄÚÂë
        public string HProcExchBillNo;//        varchar(50)     //¹¤ÐòÁ÷ת¿¨ºÅ
        public Int64 HMaterID;//            int          //ÎïÁÏ(Gy_Material)
        public double HICMOQty;//        dec(18,8)    //ÈÎÎñµ¥ÊýÁ¿    
        public double HPlanQty;//        dec(18,8)    //¼Æ»®ÊýÁ¿
 
 
    }
}