using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsXt_BillSourceSet_Model : DBUtility.ClsGy_Base_Model
|
{
|
//
|
public bool HRedBlueFlag;// bit ºìÀ¶µ¥±ê¼Ç
|
public string HSourceBillType;// varchar(10) Ô´µ¥ÀàÐÍ
|
public string HSourceBillTypeName;// varchar(50) Ô´µ¥Ãû³Æ
|
public string HViewName;// varchar(50) ¶ÔÓ¦ÊÓͼ
|
public string HReportTitle;// varchar(50) Ä£¿éÃû³Æ
|
public string HCondtion;// varchar(1000) ¹ýÂËÌõ¼þ
|
public string HOrderSql;// varchar(1000) ÅÅÐòÌõ¼þ
|
public string HKeyCol;// varchar(50) ¹Ø¼üÁÐ
|
}
|
}
|