From 641f40f0712a96998b07202690ac5259b51e9d72 Mon Sep 17 00:00:00 2001 From: xin <1099200748@qq.com> Date: Fri, 11 Jul 2025 18:18:35 +0800 Subject: [PATCH] 商户类型 --- oying-system/src/main/java/com/oying/modules/sh/service/UserAddressService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/oying-system/src/main/java/com/oying/modules/sh/service/UserAddressService.java b/oying-system/src/main/java/com/oying/modules/sh/service/UserAddressService.java index f400e5a..a716500 100644 --- a/oying-system/src/main/java/com/oying/modules/sh/service/UserAddressService.java +++ b/oying-system/src/main/java/com/oying/modules/sh/service/UserAddressService.java @@ -56,4 +56,6 @@ * @throws IOException / */ void download(List<UserAddress> all, HttpServletResponse response) throws IOException; + + List<UserAddress> queryUserAddress(); } -- Gitblit v1.9.3