1
This commit is contained in:
@@ -265,6 +265,7 @@
|
||||
<Compile Include="ZHGL\DataSync\HSSEDataItem.cs" />
|
||||
<Compile Include="ZHGL\DataSync\InspectionManagementOutput.cs" />
|
||||
<Compile Include="ZHGL\DataSync\LargeEngineeringOutput.cs" />
|
||||
<Compile Include="ZHGL\DataSync\LicenseHSETechnicalOutput.cs" />
|
||||
<Compile Include="ZHGL\DataSync\LicenseOutput.cs" />
|
||||
<Compile Include="ZHGL\DataSync\MeetingOutput.cs" />
|
||||
<Compile Include="ZHGL\DataSync\OfSafetySupervisorsOutput.cs" />
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
/// <summary>
|
||||
/// 安全技术交底
|
||||
/// </summary>
|
||||
public class LicenseHSETechnicalOutput : BaseEntities
|
||||
{
|
||||
public string HSETechnicalCode { get; set; }
|
||||
public string WorkContents { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user