Pu Zhibing
昨天 f5781289aaedc8460437154e179d85652995e7b8
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.MerchantActivitySlave;
 
public interface IMerchantActivitySlaveService extends IService<MerchantActivitySlave> {
}