督查检查驳回
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
/// <summary>
|
||||
/// 督查检查驳回整改
|
||||
/// </summary>
|
||||
public class DCGLCheckRectifyReject
|
||||
{
|
||||
public string UnitId { get; set; }
|
||||
public string ProjectId { get; set; }
|
||||
public string CheckRectifyId { get; set; }
|
||||
public string CheckRectifyItemId { get; set; }
|
||||
public string NoticeItemId { get; set; }
|
||||
/// <summary>
|
||||
/// 驳回描述
|
||||
/// </summary>
|
||||
public string Reason { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
@@ -127,6 +127,7 @@
|
||||
<Compile Include="APIItem\CQMS\SpotCheckItem.cs" />
|
||||
<Compile Include="APIItem\CQMS\ToDoModel.cs" />
|
||||
<Compile Include="APIItem\CQMS\TreeNode.cs" />
|
||||
<Compile Include="APIItem\HSSE\DCGLCheckRectifyReject.cs" />
|
||||
<Compile Include="APIItem\HSSE\EduTrain_TaskNoticeItem.cs" />
|
||||
<Compile Include="APIItem\HSSE\EduTrain_TrainRecordDetailItem.cs" />
|
||||
<Compile Include="APIItem\HSSE\EduTrain_TrainRecordItem.cs" />
|
||||
|
||||
Reference in New Issue
Block a user