duhe
9 天以前 70be4613c1de52dca6829019a60eb6f281962f01
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsGy_ICBomBillSub : DBUtility.ClsXt_BaseBillSub
    { 
        public Int64 HMaterID;
        public Int64 HUnitID;
        public string HChildType;//  varchar(20)   //×ÓÏîÀàÐÍ
        public double  HQty;//      dec(18,8)      //ÓÃÁ¿
        public double  HRelQty ; //    dec(18,8)    //¾»ÓÃÁ¿ 
        public Single  HWasteRate ;//   money        //ËðºÄÂÊ
        public Int64 HWhID;//     int      //·¢Áϲֿâ
        public Int64 HProcID;//    int
        public string HRemark ;// varchar(200) 
        public string HRemark2;// varchar(200) 
        public string HRemark3 ;//varchar(200) 
        public string HRemark4;// varchar(200) 
    }
}