@@ -1,5 +0,0 @@
-package com.fuzamei.mapperInterface;
-
-public interface Mapper {
-}
@@ -0,0 +1,5 @@
+package com.fuzamei.mapperInterface;
+
+public interface UserMapperInterface {
+}
-package com.fuzamei.service;
-public interface AAA {
+package com.fuzamei.service;
+public interface UserService {
@@ -1,7 +0,0 @@
-package com.fuzamei.service.serviceImpl;
-import com.fuzamei.service.AAA;
-public class AA implements AAA{
@@ -0,0 +1,7 @@
+package com.fuzamei.service.serviceImpl;
+import com.fuzamei.service.UserService;
+public class UserServiceImpl implements UserService{