|
@@ -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 {
|
|
|
+//
|
|
|
+//}
|