zzr99
2021-08-30 f84c16d8a3e18bc25189d4feae18362e1aa8a622
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsOF_SendExpressRequestBillSub : DBUtility.ClsXt_BaseBillSub
    {
        
        public string HItemName;//    varchar(100)        //ÎïÆ·Ãû³Æ(ÊÖ¹¤Â¼Èë)
        public string HItemDesc;//    varchar(500)        //ÎïÆ·ÃèÊö£¨ÊÖ¹¤Â¼È룩
        public Single HQty;//        money            //ÊýÁ¿
        public Single HPrice;//        money            //µ¥¼Û
        public Single HMoney;//        money            //½ð¶î
    }
}