chenhaozhe
3 天以前 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsOA_EmpMessageBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public long HInterID;
        public string HBillNo;
        public DateTime HDate;
        public long HYear;
        public long HPeriod;
        public string HBillType;
        public string HRemark;
        //
        public long HBillStatus;
        //
        public string HSendMan;
        public string HReceiveMan;
        public string HDescription;
        //
        public string HBacker;
        public string HBackDate;
        public string HMaker;
        public string HMakeDate;
        public string HUpDater;
        public string HUpDateDate;
        public string HChecker;
        public string HCheckDate;
        public string HCloseMan;
        public string HCloseDate;
        public bool HCloseType;
        public string HDeleteMan;
        public string HDeleteDate;
        //
        public Int64 HRelationInterID;
        public Int64 HRelationEntryID;
        public string HRelationBillType;
        public string HRelationBillNo;
        //
        public List<ClsOA_EmpMessageBillSub> DetailColl = new List<ClsOA_EmpMessageBillSub>();
    }
}