224 lines
5.8 KiB
C#
224 lines
5.8 KiB
C#
using System;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using JNPF.Common.Security;
|
|
using SqlSugar;
|
|
|
|
namespace Tnb.EquipMgr.Entities
|
|
{
|
|
///<summary>
|
|
///TODO
|
|
///</summary>
|
|
[SugarTable("eqp_special_equip_info_test")]
|
|
public partial class EqpSpecialEquipInfoTest
|
|
{
|
|
public EqpSpecialEquipInfoTest(){
|
|
|
|
|
|
}
|
|
/// <summary>
|
|
/// Desc:排序
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public int? ordinal {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? equip_type_id {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? equip_code {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? equip_name {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? specification {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? classification {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? manufactor {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? manufactor_code {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public DateTime? manufactor_date {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public DateTime? use_date {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public int? life_time {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? maintenance_company_id {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? urgent_tel {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? register {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? register_license_code {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? equip_rigister_code {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? nameplate_code {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? check_organization {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? use_department_id {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? address {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? medium {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? pipe_code {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? pipe_level {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public double? pipe_diameter {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public double? pipe_thickness {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public double? pipe_length {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public double? pipe_pressure {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public double? pipe_temperature {get;set;}
|
|
|
|
/// <summary>
|
|
/// Desc:TODO
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string? remark {get;set;}
|
|
|
|
}
|
|
}
|