liujie
7 天以前 4e5dc43480d0ba45bdc13837d570840426600485
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> {
}