using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_CostAverageType_Model_2
|
{
|
public long HItemID { get; set; } = 1;
|
public string HNumber { get; set; }
|
public string HHelpCode { get; set; }
|
public string HName { get; set; }
|
public string HShortNumber { get; set; }
|
public bool HEndFlag { get; set; }
|
public bool HStopflag { get; set; }
|
public string HRemark { get; set; }
|
public long HLevel { get; set; }
|
public long HParentID { get; set; }
|
public string HModel { get; set; }
|
public long HUnitID { get; set; }
|
public string HUnitNumber { get; set; }
|
public string HUnitName { get; set; }
|
public string HUseFlag { get; set; } = "未使用";
|
public long HEntryID { get; set; }
|
public string HMakeEmp { get; set; } // varchar(100) //创建人
|
public string HMakeTime { get; set; } // datetime //创建日期(getdate())
|
public string HCheckEmp { get; set; } // varchar(100) //审核人
|
public string HCheckTime { get; set; } // datetime //审核日期
|
public string HModifyEmp { get; set; } // varchar(100) //修改人
|
public string HModifyTime { get; set; } // datetime //修改日期
|
public string HStopEmp { get; set; } // varchar(100) //禁用人
|
public string HStopTime { get; set; } // datetime //禁用日期
|
public Int64 HUSEORGID { get; set; } // int //使用组织(Xt_ORGANIZATIONS)
|
public Int64 HCREATEORGID { get; set; } // int //创建组织(Xt_ORGANIZATIONS)
|
|
public long HInterID { get; set; }
|
public string HModClass { get; set; }
|
public string HKey { get; set; }
|
public string HCaption { get; set; }
|
public string HValue { get; set; }
|
public bool HReadonly { get; set; }
|
public string HExplanation { get; set; }
|
|
public Int64 HAccountID { get; set; }
|
|
public string HCostType { get; set; }
|
|
public string HCostObj { get; set; }
|
|
public string HAverageRemark { get; set; }
|
}
|
}
|