杨乐
2022-01-06 c81eef52f7c2099ba0bbf8e6f32d0dcfc87c91a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsXs_CustomsPackBillSub : DBUtility.ClsXt_BaseBillSub
    {
 
 
 
        public Int64 HMaterID;//        int
        public Int64 HUnitID;//            int
        public string HSPEC;//            varchar(500)
        public string HDescription;//        varchar(500)
        public string HCBM;//            varchar(100)
        public string HTotalBales;//        varchar(100)
        public double HNetWeight;//        dec(18,8)    
        public double HGrossWeight;//        dec(18,8)
 
        
    }
}