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; //默认使用标记
|
}
|
}
|