1
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; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user