tangjiang 10 tháng trước cách đây
mục cha
commit
c770a113cc

+ 0 - 1
src/Hotline.Repository.SqlSugar/Orders/OrderRepository.cs

@@ -556,7 +556,6 @@ namespace Hotline.Repository.SqlSugar.Orders
 
             //修改列名
             dt.Columns["Hour"].ColumnName = "时间段";
-            dt.Columns.Remove("Column1");
 
             //增加小计
             DataColumn totalColumn = new DataColumn("小计", typeof(decimal));

+ 17 - 0
src/Hotline/Orders/OrderProvinceZmhd.cs

@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using XF.Domain.Repository;
+
+namespace Hotline.Orders
+{
+    /// <summary>
+    /// 政民互动公开
+    /// </summary>
+    public  class OrderProvinceZmhd: CreationEntity
+    {
+
+    }
+}