yangle
2023-04-04 0f50d63f84a04a6eb9cdcc2576e6f55334b230fe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsXs_SaleEnoughTargetBillSub:DBUtility.ClsXt_BaseBillSub
    {
        public string HBillNo_bak;//        varchar(50)    --µ¥¾ÝºÅ£¨±¸·Ý£¬ÒÔÃâÄÚÂ붪ʧ£¬ÕÒ²»µ½¶ÔÓ¦Ö÷±í£©
        public Int64 HCusID;//        int        --¿Í»§£¨h_v_K3_Customer£©
        public Int64 HCusTypeID;//    int        --¿Í»§·ÖÀà(h_v_K3_CusType)
        public DateTime HBeginDate;//    datetime    --¿ªÊ¼ÈÕÆÚ
        public DateTime HEndDate;//    datetime    --½áÊøÈÕÆÚ
        public Single HTargetQty;//    money        --Ö¸±ê¿ªÊ¼ÊýÁ¿
        public Single HEndTargetQty;//    money        --Ö¸±ê½áÊøÊýÁ¿
        public Single HPresentRate;//    money        --·µÀû±ÈÂÊ
 
    }
}