提交定制会内容
This commit is contained in:
@@ -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