赛鼎焊接修改

This commit is contained in:
2025-06-04 22:46:21 +08:00
parent d99ff19b09
commit b603b27f0b
40 changed files with 3265 additions and 118 deletions
+29
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -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" />