Files
SGGL_SHJ/SGGL/Model/ZHGL/DataSync/LicenseHSETechnicalOutput.cs
T
2025-06-19 18:59:39 +08:00

14 lines
274 B
C#

using System;
namespace Model
{
/// <summary>
/// 安全技术交底
/// </summary>
public class LicenseHSETechnicalOutput : BaseEntities
{
public string HSETechnicalCode { get; set; }
public string WorkContents { get; set; }
}
}