yanghb
2023-03-29 5efd855f2efa0e1e963eba0a2d9f8db441c5adb5
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> {
}