From 36b9c7929def0b6d2b730ce60a868293625fa9b3 Mon Sep 17 00:00:00 2001 From: fhx <308050795@qq.com> Date: 星期三, 11 十月 2023 11:15:54 +0800 Subject: [PATCH] 1.新增编号关联数据查询和dto --- 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