Pu Zhibing
2025-08-12 b8dd269fc4a0824db2dbf8ab1b6fffbcfc9ba199
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> {
}