IDP设计图纸管理

This commit is contained in:
2025-07-18 11:07:06 +08:00
parent 58b237b0cf
commit 41ba702346
10 changed files with 686 additions and 119 deletions
+19
View File
@@ -0,0 +1,19 @@
namespace Model
{
/// <summary>
/// IDP接口调用Session
/// </summary>
public class SessionItem
{
/// <summary>
/// value
/// </summary>
public string value { get; set; }
/// <summary>
/// name
/// </summary>
public string name { get; set; }
}
}
+1
View File
@@ -236,6 +236,7 @@
<Compile Include="HSSE\SpResourceCollection.cs" />
<Compile Include="HSSE\WorkPostStatisticItem.cs" />
<Compile Include="HSSE\HSSE_HazardTemplate.cs" />
<Compile Include="IDP\SessionItem.cs" />
<Compile Include="IDP\OADesignDrawingData.cs" />
<Compile Include="IDP\IDPDesignDrawingResponseData.cs" />
<Compile Include="JDGL\WBSDetailItem.cs" />