1
沈泽
2021-08-27 f83a0179e624b82c33b55acab5d53065f781fc5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsXs_ClearCustPackBillSub:DBUtility.ClsXt_BaseBillSub
    { 
        public string HBillNo_bak;//        varchar(50)    --µ¥¾ÝºÅ£¨±¸·Ý£¬ÒÔÃâÄÚÂ붪ʧ£¬ÕÒ²»µ½¶ÔÓ¦Ö÷±í£©
 
        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 HTotalBalesLoaded;//    varchar(100)    
        public double HNetWeight;//        dec(18,8)    
        public double HGrossWeight;//        dec(18,8)
    }
}