using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_DisposeWay_Model : DBUtility.ClsGy_Base_Model
|
{
|
//
|
public string HEnglishName;// varchar(50) Ó¢ÎÄÃû³Æ
|
public Int64 HUSEORGID;
|
public Int64 HCREATEORGID;
|
public string HMakeEmp;
|
public DateTime HMakeTime;
|
public string HModifyEmp;
|
public DateTime HModifyTime;
|
}
|
}
|