From 168d852672f8f671a01d6f0f053349d0d321ec7c Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期三, 03 一月 2024 11:43:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IOperatorAuthService.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IOperatorAuthService.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IOperatorAuthService.java index d572aa2..656a506 100644 --- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IOperatorAuthService.java +++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IOperatorAuthService.java @@ -2,11 +2,12 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.dsh.guns.modular.system.model.OperatorAuth; +import com.dsh.guns.modular.system.model.OperatorAuthAlipay; import com.dsh.guns.modular.system.model.TSite; /** * @author zhibing.pu * @Date 2023/8/1 17:49 */ -public interface IOperatorAuthService extends IService<OperatorAuth> { +public interface IOperatorAuthService extends IService<OperatorAuthAlipay> { } -- Gitblit v1.7.1