添加会审代办

This commit is contained in:
geh
2025-09-16 17:15:53 +08:00
parent d10d6843cb
commit 75041220af
6 changed files with 100 additions and 0 deletions
@@ -367,5 +367,13 @@ namespace Model
get;
set;
}
/// <summary>
/// 会审人ids
/// </summary>
public string ReviewedManId
{
get;
set;
}
}
}