赛鼎焊接修改
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
/// <summary>
|
||||
/// pu推送安全费用模型
|
||||
/// </summary>
|
||||
public class PuPayCraftAmountInput
|
||||
{
|
||||
public string projectId { get; set; }
|
||||
public string contractNo { get; set; }
|
||||
public string amountHSE { get; set; }
|
||||
public PuPayCraftAmountFileInput[] files { get; set; }
|
||||
}
|
||||
/// <summary>
|
||||
/// pu推送安全费用文件模型
|
||||
/// </summary>
|
||||
public class PuPayCraftAmountFileInput
|
||||
{
|
||||
public string name { get; set; }
|
||||
public string content { get; set; }
|
||||
public string thisamount { get; set; }
|
||||
public string date { get; set; }
|
||||
}
|
||||
}
|
||||
+1620
File diff suppressed because it is too large
Load Diff
@@ -236,6 +236,7 @@
|
||||
<Compile Include="HJGL\sp_index_HJGLItem.cs" />
|
||||
<Compile Include="HSSE\DigDataHSEDataCollectItem.cs" />
|
||||
<Compile Include="HSSE\PageDataPersonInOutItem.cs" />
|
||||
<Compile Include="HSSE\PuPayCraftAmountInput.cs" />
|
||||
<Compile Include="HSSE\WorkPostStatisticItem.cs" />
|
||||
<Compile Include="HSSE\HSSE_HazardTemplate.cs" />
|
||||
<Compile Include="Model.cs" />
|
||||
|
||||
Reference in New Issue
Block a user