合并天辰 作业票

This commit is contained in:
2023-06-10 12:00:41 +08:00
parent 1836f816cf
commit c4bcf04d74
72 changed files with 16423 additions and 2139 deletions
@@ -164,6 +164,19 @@ namespace Model
set;
}
/// <summary>
/// 当前步骤是否可以结束
/// </summary>
public bool CanEndFlow
{
get;
set;
}
public bool? EndFlow
{
get;
set;
}
/// <summary>
/// 下一步审核人ID
/// </summary>
public string NextOperaterId