liujie
7 天以前 2f2b4c7ed80ee5132718523e0c7e7e2956aaf27d
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> {
}