修复接口,增加参数

This commit is contained in:
2025-12-24 16:48:46 +08:00
parent 4f79c39f31
commit 07aa1370e2
3 changed files with 17 additions and 7 deletions
@@ -11,6 +11,10 @@ namespace Model
/// </summary>
public class PersonInOutRecordInput
{
/// <summary>
/// 项目名称
/// </summary>
public string ProjectName { get; set; }
/// <summary>
/// 单位名称
/// </summary>