|
@@ -0,0 +1,15 @@
|
|
|
+package com.fuzamei.web;
|
|
|
+
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
+
|
|
|
+import com.fuzamei.service.UserService;
|
|
|
+
|
|
|
+@RestController
|
|
|
+@RequestMapping(path="/receiving_clerk")
|
|
|
+public class ReceivingClerkAction {
|
|
|
+ @Autowired
|
|
|
+ private
|
|
|
+
|
|
|
+}
|