提交代码

This commit is contained in:
2023-09-21 15:54:21 +08:00
parent a274f30199
commit fe3341b8cc
51 changed files with 4488 additions and 515 deletions
@@ -517,5 +517,10 @@ namespace Model
get;
set;
}
/// <summary>
/// 审核人id
/// </summary>
public string OperaterId { get; set; }
}
}