puzhibing
2023-07-09 2ac8ec95387490c5ccfa0b1724e412dc9aadf4a8
1
2
3
4
5
6
7
8
9
10
11
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.BankCard;
 
/**
 * @author zhibing.pu
 * @Date 2023/7/3 22:49
 */
public interface BankCardMapper extends BaseMapper<BankCard> {
}