فهرست منبع

添加删评论接口逻辑

songyh 3 سال پیش
والد
کامیت
66e44ef2f8
1فایلهای تغییر یافته به همراه21 افزوده شده و 21 حذف شده
  1. 21 21
      module-common/src/main/java/cn/com/ctop/common/module/service/impl/MaterialTagServiceImpl.java

+ 21 - 21
module-common/src/main/java/cn/com/ctop/common/module/service/impl/MaterialTagServiceImpl.java

@@ -1,21 +1,21 @@
-package cn.com.ctop.common.module.service.impl;
-
-import cn.com.ctop.common.module.entity.MaterialTag;
-import cn.com.ctop.common.module.mapper.MaterialTagMapper;
-import cn.com.ctop.common.module.service.IMaterialTagService;
-import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
-import org.springframework.context.annotation.Primary;
-import org.springframework.stereotype.Service;
-
-/**
- * 素材归属标
- *
- * @author jeecg-boot
- * @version V1.0
- * @date 2019-11-23
- */
-@Service
-@Primary
-public class MaterialTagServiceImpl extends ServiceImpl<MaterialTagMapper, MaterialTag> implements IMaterialTagService {
-
-}
+//package cn.com.ctop.common.module.service.impl;
+//
+//import cn.com.ctop.common.module.entity.MaterialTag;
+//import cn.com.ctop.common.module.mapper.MaterialTagMapper;
+//import cn.com.ctop.common.module.service.IMaterialTagService;
+//import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+//import org.springframework.context.annotation.Primary;
+//import org.springframework.stereotype.Service;
+//
+///**
+// * 素材归属标
+// *
+// * @author jeecg-boot
+// * @version V1.0
+// * @date 2019-11-23
+// */
+//@Service
+//@Primary
+//public class MaterialTagServiceImpl extends ServiceImpl<MaterialTagMapper, MaterialTag> implements IMaterialTagService {
+//
+//}