21 lines
796 B
C#
21 lines
796 B
C#
using System.Collections.Generic;
|
|
|
|
namespace Model.Customization._7HJ
|
|
{
|
|
public class HotProessTrustInfo
|
|
{
|
|
public string HotProessTrustId { get; set; }
|
|
public string HotProessTrustNo { get; set; }
|
|
public System.Nullable<System.DateTime> ProessDate { get; set; }
|
|
public string ProjectId { get; set; }
|
|
public string UnitId { get; set; }
|
|
public string InstallationId { get; set; }
|
|
public string WorkAreaId { get; set; }
|
|
public string Tabler { get; set; }
|
|
public string Remark { get; set; }
|
|
public string ProessMethod { get; set; }
|
|
public string ProessEquipment { get; set; }
|
|
public string ReportNo { get; set; }
|
|
public List<Model.HJGL_HotProess_TrustItem> TrustItems { get; set; }
|
|
}
|
|
} |