qinchaoyue 4 months ago
parent
commit
ff7d7831d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline/Snapshot/OrderSnapshot.cs

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

@@ -98,7 +98,7 @@ public class OrderSnapshot : CreationSoftDeleteEntity
     /// 合规类型
     /// </summary>
     [SugarColumn(ColumnDescription = "合规类型")]
-    public ECompliantType CompliantType { get; set; }
+    public ECompliantType? CompliantType { get; set; }
 
     #region 网格员回复