zrg
2025-09-11 1a6766712c9d77bcd0979b9f2f20661eee488e5e
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
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Models
{
    public class ClsGy_Billorigin: DBUtility.ClsGy_Base_Ctl
    {
        public int HItemID;
        public int HNumber;
        public string HName;
        public string HHelpCode;
        public string HShortNumber;
        public string HParentID;
        public string HLevel;
        public string HEndFlag;
        public string HRemark;
        public string HStopFlag;
        public string HRedBlueFlag;
        public string HSourceBillType;
        public string HSourceBillTypeName;
        ////////
        public string HViewName;
        public string HReportTitle;
        public string HCondtion;
        public string HOrderSql;
        public string HKeyCol;
    }
}