Pu Zhibing
2025-08-01 926e065fb0b4424d0d51023c234a92433bac61c8
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.account.server;
 
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.UserBankAccount;
 
public interface UserBankAccountService extends IService<UserBankAccount> {
}