YL
2021-11-08 7290d321231784f02cbe7a82354be1512cd0f09d
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£© 
 
 
    }
}