修改微信统计导出顺序固定

This commit is contained in:
huangdeliang
2021-05-08 10:56:09 +08:00
parent 6b784c3f1f
commit 2b6cc96016
4 changed files with 67 additions and 57 deletions

View File

@ -280,6 +280,8 @@ public class SysOrder extends BaseEntity {
//订单查询时的订单类型二维数组
private JSONArray searchOrderTypeArray;
private Integer counted;
}