From 94d774ee91be8785b03a8b59d694c3f412dd92ab Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期五, 29 八月 2025 09:18:29 +0800 Subject: [PATCH] update --- cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java b/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java index 76de886..5757044 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java +++ b/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java @@ -104,4 +104,5 @@ String getSMIDByOperatorId(Integer id); String getmerchantNumberByOperatorId(Integer id); + String getmerchantNumberAliByOperatorId(Integer id); } -- Gitblit v1.7.1