Pu Zhibing
2025-08-02 e0c14b8546cffe989319e36fb0472fbf3e139fa0
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> {
}