zhanglin8526
2023-05-09 c2d38efe0c2516295abb968442ef765e3da9544d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.shop.service.shop;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.shop.domain.pojo.shop.RecommandCooperation;
 
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author jqs
 * @since 2023-05-09
 */
public interface RecommandCooperationService extends IService<RecommandCooperation> {
 
}