瀏覽代碼

Merge branch 'feature/snapshot' into test

qinchaoyue 3 月之前
父節點
當前提交
69ea25b684
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/Hotline.Share/Dtos/Snapshot/OrderDto.cs

+ 4 - 1
src/Hotline.Share/Dtos/Snapshot/OrderDto.cs

@@ -103,7 +103,10 @@ public class AddSnapshotOrderInDto : Position
     public string IndustryId { get; set; }
 
     /// <summary>
-    /// 作业类型
+    /// 作业类型;
+    /// 0: 电焊;
+    /// 1: 气割;
+    /// 2: 其他;
     /// </summary>
     public EJobType? JobType { get; set; }