using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Model { public class ClsXt_BillSubType_Model : DBUtility.ClsGy_Base_Model { public DateTime HMakeTime; //建立时间(getdate()) public string HMakeEmp; //创建人 public string HCheckEmp; //审核人 public DateTime HCheckTime; //审核时间 public string HModifyEmp; //修改人 public DateTime HModifyTime; //修改时间 public string HStopEmp; //禁用人 public DateTime HStopTime; //禁用时间 public Int64 HUSEORGID; //使用组织(Xt_ORGANIZATIONS) public Int64 HCREATEORGID; //创建组织(Xt_ORGANIZATIONS) public string HBillType; } }