项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs
@@ -54,7 +54,9 @@ [Description("璐ㄦ鍑哄簱")] OutQuality = 103, } /// <summary> /// 绉诲簱 /// </summary> public enum TaskRelocationTypeEnum { /// <summary> @@ -68,13 +70,20 @@ [Description("搴撳绉诲簱")] RelocationIn = 301 } /// <summary> /// 绉昏溅 /// </summary> public enum TaskOtherTypeEnum { /// <summary> /// 搴撳唴绉昏溅 /// </summary> [Description("搴撳唴绉昏溅")] RelocationCar = 400 RelocationCar = 400, /// <summary> /// 绉昏溅鍏呯數 /// </summary> [Description("绉昏溅鍏呯數")] RelocationCarCharging = 401, } }