This commit is contained in:
2025-06-12 10:39:28 +08:00
parent 249d673279
commit 9ad9790677
4 changed files with 52 additions and 7 deletions
@@ -0,0 +1,14 @@
using System;
namespace Model
{
/// <summary>
/// 安全技术交底
/// </summary>
public class LicenseHSETechnicalOutput : BaseEntities
{
public string HSETechnicalCode { get; set; }
public string WorkContents { get; set; }
}
}