Pu Zhibing
15 小时以前 d6a14beb93cb572247db0edff3f25f99e217fcf1
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.account.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.UserBankAccount;
 
public interface UserBankAccountMapper  extends BaseMapper<UserBankAccount> {
}