chenhaozhe
2 天以前 d8dc41f030b35e4bf0fe7efe27ea09c45fdd54a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsCrm_ComplainVisitBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public long HCusID;//    int                --¿Í»§ (Gy_Customer)      
        public long HVisitEmpID;//     int                   --ÒµÎñÔ±  (Gy_Employee)       
        public long HDeptID;//     int                 --²¿ÃÅ    (Gy_Employee)
        public DateTime HBeginTime ;
        public DateTime HEndTime ;
        public string HCusAddr ;
        public string HComplainTopic ;
        public string HComplainType ;
        public string HComplainEmp ;
        public string HLinkPhone ;
        public string HGrade ;
        public string HVisitResult ;
        public string HCusFeedback ;
        public int HOrgID;
    }
}