1
zrg
2026-02-27 c8360013932a46ae5094863098ba711e32fc3b4e
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
27
28
29
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
     public class ClsCB_ItemMoneyBillMain_1 : DBUtility.ClsXt_BaseBillMain
    {
        public int HEmpID;  // --职员
 
        public int HDeptID;// --部门
 
        public string HICMOBillNo; // --任务单号
 
        public string HExplanation; //    --摘要
 
 
 
        public string HInnerBillNo; // --内部单据号
 
        public DateTime HBeginDate; // --开始日期
 
        public DateTime HEndDate; // --结束日期
 
        public Int64 HOrgID; //组织
 
 
    }
}