杨乐
2021-12-28 04ce10a6a6a75da1c2498af21f8538719cb4c33c
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            //½ð¶î
    }
}