|
@@ -1,2 +1,10 @@
|
|
|
-package com.citu.module.menduner.system.controller.app;public class MessageCenterController {
|
|
|
+package com.citu.module.menduner.system.controller.app;
|
|
|
+
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
+
|
|
|
+@Component
|
|
|
+@RequestMapping
|
|
|
+public class MessageCenterController {
|
|
|
+
|
|
|
}
|