feat(hjgl):新增防腐管理
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
namespace Model
|
||||
{
|
||||
public class AntiCorrosionTrustDetailOutput
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string TrustId { get; set; }
|
||||
public int? SortIndex { get; set; }
|
||||
public string MaterialCode { get; set; }
|
||||
public string Code { get; set; }
|
||||
public string MaterialName { get; set; }
|
||||
public string MaterialSpec { get; set; }
|
||||
public string MaterialDef { get; set; }
|
||||
public string MaterialUnit { get; set; }
|
||||
public decimal? Quantity { get; set; }
|
||||
public string PaintCode { get; set; }
|
||||
public string Primer { get; set; }
|
||||
public string IntermediatePaint { get; set; }
|
||||
public string Topcoat { get; set; }
|
||||
public string ColorCode { get; set; }
|
||||
public string Remark { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class AntiCorrosionTrustOutput
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string ProjectId { get; set; }
|
||||
public string UnitWorkId { get; set; }
|
||||
public string UnitWorkName { get; set; }
|
||||
public string ConstructionPart { get; set; }
|
||||
public string ConstructionProfessional { get; set; }
|
||||
public string TrustCode { get; set; }
|
||||
public string OutputMasterId { get; set; }
|
||||
public string OutputMasterCode { get; set; }
|
||||
public DateTime? DemandDate { get; set; }
|
||||
public DateTime? CompleteDate { get; set; }
|
||||
public string CreateMan { get; set; }
|
||||
public string CreateManName { get; set; }
|
||||
public DateTime? CreateDate { get; set; }
|
||||
public string Remark { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
namespace Model
|
||||
{
|
||||
public class PaintCodeDictOutput
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string PaintCode { get; set; }
|
||||
public string Primer { get; set; }
|
||||
public string IntermediatePaint { get; set; }
|
||||
public string Topcoat { get; set; }
|
||||
public string ColorCode { get; set; }
|
||||
public int? SortIndex { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user