qinchaoyue 3 月之前
父节点
当前提交
9d33918dd9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Hotline/Snapshot/OrderSnapshot.cs

+ 1 - 0
src/Hotline/Snapshot/OrderSnapshot.cs

@@ -50,6 +50,7 @@ public class OrderSnapshot : CreationSoftDeleteEntity
     /// <summary>
     /// 作业类型
     /// </summary>
+    [SugarColumn(ColumnDescription ="作业类型")]
     public string? JobTypeName { get; set; }
 
     /// <summary>