Pu Zhibing
2 天以前 574cd41b6e4aa65426c7597297aa94f6259d6666
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> {
}