liujie
7 天以前 50c6237e3728fe870b5b0ff4af59063bb0bc04cd
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> {
}