提交代码

This commit is contained in:
2023-09-27 09:59:07 +08:00
parent 74327b5a3e
commit 988d168cbf
15 changed files with 721 additions and 140 deletions
@@ -203,5 +203,9 @@ namespace Model
/// </summary>
public string Rectification_Date { get; set; }
/// <summary>
/// 处理意见
/// </summary>
public string CheckOpinions { get; set; }
}
}