Pu Zhibing
2 天以前 989bf3f8a3e09a8dd46c4c5f79abc5f7421ebd14
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.Merchant;
 
public interface MerchantMapper extends BaseMapper<Merchant> {
}