using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_COMMONCONTACT_Model : DBUtility.ClsGy_Base_Model
|
{
|
public DateTime HMakeTime { get; set; }
|
public DateTime HCheckTime { get; set; }
|
public DateTime HModifyTime { get; set; }
|
public DateTime HStopTime { get; set; }
|
public string HMakeEmp { get; set; }
|
public string HCheckEmp { get; set; }
|
public string HModifyEmp { get; set; }
|
public string HStopEmp { get; set; }
|
public int HUSEORGID { get; set; }
|
public int HCREATEORGID { get; set; }
|
public int HCUSTID { get; set; }
|
}
|
}
|