Browse Source

Merge branch 'feature/snapshot' into test

qinchaoyue 3 months ago
parent
commit
69ea25b684
1 changed files with 4 additions and 1 deletions
  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; }
     public string IndustryId { get; set; }
 
 
     /// <summary>
     /// <summary>
-    /// 作业类型
+    /// 作业类型;
+    /// 0: 电焊;
+    /// 1: 气割;
+    /// 2: 其他;
     /// </summary>
     /// </summary>
     public EJobType? JobType { get; set; }
     public EJobType? JobType { get; set; }