提交代码

This commit is contained in:
2023-09-08 17:09:44 +08:00
parent 47f9a0e959
commit 42d3d45c5c
16 changed files with 4544 additions and 1274 deletions
@@ -201,7 +201,7 @@ namespace Model
/// <summary>
/// 整改期限
/// </summary>
public DateTime? Rectification_Date { get; set; }
public string Rectification_Date { get; set; }
}
}