33
jingh
2021-08-07 a39b9f490e54b0cf585c165cd37f669be74668d2
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 ClsCrm_ClueBillSub : DBUtility.ClsXt_BaseBillSub
    {
        public Int64 HEmpID;//    int        ¸ú×ÙÈË£¨h_v_IF_Employee£©
        public Int64 HDeptID;//    int        ¸ú×Ù²¿ÃÅ(h_v_IF_Department)
        public DateTime HBeginDate;//    datetime    ¸ú×Ù¿ªÊ¼ÈÕÆÚ
        public DateTime HEndDate;//    datetime    ¸ú×Ù½áÊøÈÕÆÚ
        public string HNote;//    varchar(1000)    ¸ú×ÙÄÚÈÝ
 
    }
}