|
@@ -0,0 +1,12 @@
|
|
|
|
+package com.sooka.jnb.wenba.service.impl;
|
|
|
|
+
|
|
|
|
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
|
+import com.ruoyi.common.core.domain.entity.WxUser;
|
|
|
|
+import com.sooka.jnb.wenba.mapper.wenbaMapper;
|
|
|
|
+import com.sooka.jnb.wenba.service.wenbaService;
|
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
|
+
|
|
|
|
+@Service
|
|
|
|
+public class wenbaServiceImpl extends ServiceImpl<wenbaMapper, WxUser> implements wenbaService {
|
|
|
|
+
|
|
|
|
+}
|