yxj
2022-04-19 0993739f3339e1fdf8580c0da3bf16a21b1efd45
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)    ¸ú×ÙÄÚÈÝ
 
    }
}