yanghb
2023-04-04 ed94c3d033eb829c67f393765765f24f134e7ac7
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.MerchantActivitySlave;
 
public interface MerchantActivitySlaveMapper extends BaseMapper<MerchantActivitySlave> {
}