chenhaozhe
2025-06-26 ae4902061bc8e34f341d55b85f28acdf24d3b9dc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
 
namespace Model
{
    public class ClsXt_FastICSchemeMain_Model : DBUtility.ClsGy_Base_Model
    {
        public Int64 HInterID; //主内码
        public string HName; //方案名称
        public string HUserCode;   //用户编码
        public string HBillType; //0002
        public string HBillName;  //模块名称
        public Int64 HStopflag;//禁用标记
        public DateTime HCreateDate;//创建时间
        public Int64 HUseingFlag; //默认使用标记
    }
}