1
zrg
2026-02-26 3b5467766eb37ebca6caab3af207e0ed276d4cef
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
45
46
47
48
49
50
51
52
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsGy_CostAverageType_Model_2
    {
        public long HItemID { get; set; } = 1;
        public string HNumber { get; set; }
        public string HHelpCode { get; set; }
        public string HName { get; set; }
        public string HShortNumber { get; set; }
        public bool HEndFlag { get; set; }
        public bool HStopflag { get; set; }
        public string HRemark { get; set; }
        public long HLevel { get; set; }
        public long HParentID { get; set; }
        public string HModel { get; set; }
        public long HUnitID { get; set; }
        public string HUnitNumber { get; set; }
        public string HUnitName { get; set; }
        public string HUseFlag { get; set; } = "未使用";
        public long HEntryID { get; set; }
        public string HMakeEmp { get; set; }         // varchar(100)    //创建人
        public string HMakeTime { get; set; }        // datetime        //创建日期(getdate())
        public string HCheckEmp { get; set; }        // varchar(100)    //审核人
        public string HCheckTime { get; set; }       // datetime        //审核日期
        public string HModifyEmp { get; set; }       // varchar(100)    //修改人
        public string HModifyTime { get; set; }      // datetime        //修改日期
        public string HStopEmp { get; set; }         // varchar(100)    //禁用人
        public string HStopTime { get; set; }        // datetime        //禁用日期
        public Int64 HUSEORGID { get; set; }         // int          //使用组织(Xt_ORGANIZATIONS)
        public Int64 HCREATEORGID { get; set; }      // int          //创建组织(Xt_ORGANIZATIONS)
 
        public long HInterID { get; set; }
        public string HModClass { get; set; }
        public string HKey { get; set; }
        public string HCaption { get; set; }
        public string HValue { get; set; }
        public bool HReadonly { get; set; }
        public string HExplanation { get; set; }
 
        public Int64 HAccountID { get; set; }
 
        public string HCostType { get; set; }
 
        public string HCostObj { get; set; }
 
        public string HAverageRemark { get; set; }
    }
}