提交代码

This commit is contained in:
2023-10-07 16:58:43 +08:00
parent 2e1c911889
commit 98345cb94f
16 changed files with 829 additions and 497 deletions
@@ -240,5 +240,10 @@ namespace Model
/// </summary>
public string AuditState { get; set; }
/// <summary>
/// 接收人
/// </summary>
public string ReceiveMan { get; set; }
}
}