CNCEC_SUBQHSE_WUHUAN/SGGL/Model/ZHGL/DataSync/LicenseHSETechnicalOutput.cs

14 lines
274 B
C#
Raw Normal View History

2025-06-12 10:39:28 +08:00
using System;
namespace Model
{
/// <summary>
/// 安全技术交底
/// </summary>
public class LicenseHSETechnicalOutput : BaseEntities
{
public string HSETechnicalCode { get; set; }
public string WorkContents { get; set; }
2025-06-19 16:55:10 +08:00
2025-06-12 10:39:28 +08:00
}
}