|
@@ -684,7 +684,12 @@ namespace Hotline.Orders
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDataType = "json", IsJson = true, IsNullable = true)]
|
|
|
public List<string>? Sensitive { get; set; }
|
|
|
- }
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// 是否行政执法类
|
|
|
+ /// </summary>
|
|
|
+ public bool? IsEnforcementOrder { get; set; }
|
|
|
+ }
|
|
|
|
|
|
public partial class Order
|
|
|
{
|