From 359cde5a2bff9ca0acd4b3dc9ade9625d481308f Mon Sep 17 00:00:00 2001 From: fhx <308050795@qq.com> Date: 星期二, 19 九月 2023 11:37:26 +0800 Subject: [PATCH] 1.新增字段 --- phis-feign/src/main/java/com/hz/his/dto/report/ShopReportDto.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/dto/report/ShopReportDto.java b/phis-feign/src/main/java/com/hz/his/dto/report/ShopReportDto.java index ab01413..c05f351 100644 --- a/phis-feign/src/main/java/com/hz/his/dto/report/ShopReportDto.java +++ b/phis-feign/src/main/java/com/hz/his/dto/report/ShopReportDto.java @@ -24,4 +24,7 @@ private String sleepTime; /**闂ㄥ簵鍒楄〃鏍囪瘑*/ private List<String> shopIdList; + + /** 鏄惁杩囨护娴嬭瘯鐢ㄦ埛璐﹀彿 */ + private Integer isFilterTestAccount; } -- Gitblit v1.8.0