|
@@ -0,0 +1,13 @@
|
|
|
|
+package com.ruoyi.generator.service;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
|
+import com.ruoyi.generator.domain.Community.CommunityLike;
|
|
|
|
+
|
|
|
|
+import com.ruoyi.generator.mapper.community.CommunityLikeMapper;
|
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
|
+
|
|
|
|
+@Service
|
|
|
|
+public class CommunityLikeServiceImpl extends ServiceImpl<CommunityLikeMapper, CommunityLike> implements ICommunityLikeService {
|
|
|
|
+
|
|
|
|
+}
|