YL
2021-11-09 4ed78cf207b3a6222407c5fe0295cbfa38b44f55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsGy_MouldProdBOMChangeBillMain : DBUtility.ClsXt_BaseBillMain
    {
 
 
        public Int64 HICMOInterID;//    int        --ÈÎÎñµ¥ÄÚÂë
        public string HICMOBillNo;//    varchar(100)    --ÈÎÎñµ¥ºÅ
        public Int64 HMaterID;//    int        --ÎïÁÏÄÚÂë
        public Int64 HUnitID;//        int           //µ¥Î»£¨gy_Unit£© 
 
 
    }
}