提交代码

This commit is contained in:
2024-02-26 16:45:05 +08:00
parent 1f40c4aa91
commit f227bbeba2
26 changed files with 2379 additions and 85 deletions
+33
View File
@@ -4748,6 +4748,39 @@ namespace BLL
#endregion
#region
#region
/// <summary>
/// 编制
/// </summary>
public const string DriverRun_Compile = "1";
/// <summary>
/// 开车负责人审批
/// </summary>
public static string DriverRun_Audit1 = "2";
/// <summary>
/// 保运主任审批
/// </summary>
public static string DriverRun_Audit2 = "3";
/// <summary>
/// 保运主任确认完成
/// </summary>
public static string DriverRun_Audit3 = "4";
/// <summary>
/// 开车负责人确认完成
/// </summary>
public static string DriverRun_Audit4 = "5";
/// <summary>
/// 流程闭环
/// </summary>
public static string DriverRun_Complete = "6";
#endregion
#endregion
#region
#region Id