提交代码

This commit is contained in:
2023-10-18 11:27:20 +08:00
parent 16638e5e5e
commit 96b329b814
9 changed files with 152 additions and 9 deletions
@@ -246,5 +246,14 @@ namespace Model
public string ReceiveMan { get; set; }
public string ReceiveManName { get; set; }
/// <summary>
/// 整改后附件
/// </summary>
public string AttachUrl2
{
get;
set;
}
}
}