yanghui
2022-12-06 76a2734dcde509f71bcbbe01d11ba6a902ca2a15
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.panzhihua.service_community.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.panzhihua.service_community.model.dos.ComActNeighborCircleFabulousWestDO;
 
/**
 * @auther lyq
 * @create 2021-04-28 09:21:55
 * @describe 邻里圈点赞表服务类
 */
public interface ComActNeighborCircleFabulousWestService extends IService<ComActNeighborCircleFabulousWestDO> {
 
}