33
jingh
2021-08-07 a39b9f490e54b0cf585c165cd37f669be74668d2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsCrm_SellCampaignBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public string HDateForWeb;
        public string HName;//    varchar(100)    --»î¶¯Ãû³Æ
        public Int64 HSellTypeID;//        int    --ÓªÏúÀàÐÍ£¨Gy_SellType£©
        public Int64 HEmpID;//        int    --¸ºÔðÈË(h_v_IF_Employee)
        public Int64 HDeptID;//    int    --¸ºÔð²¿ÃÅ(h_v_IF_Department)    
        public Int64 HSellToolID;//    int    --ÓªÏú¹¤¾ß£¨Gy_SellTool£©
        public string HPlanBegin;//    datetime    --¼Æ»®¿ªÊ¼
        public string HPlanEnd;//    datetime    --¼Æ»®½áÊø
        public string HRelBegin;//    datetime    --ʵ¼Ê¿ªÊ¼
        public string HRelEnd;//        datetime    --ʵ¼Ê½áÊø
        public Int64 HDays;//    int        --³ÖÐøÌìÊý
        public string HCampaignStatus;//    varchar(10)    --»î¶¯×´Ì¬£¨¼Æ»®£¬³ï»®£¬½øÐÐÖУ¬½áÊø£©
        public string HContext;//    varchar(100)    --ÓªÏúÖ÷Ìâ
        public string HTarget;//        varchar(500)    --ÓªÏúÄ¿±ê
        public string HNote;//    varchar(500)    --ÓªÏúÄÚÈÝ
 
    }
}