Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
8fe59878
Commit
8fe59878
authored
Dec 25, 2018
by
季圣华
Browse files
增加注释
parent
f475b914
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/controller/DepotItemController.java
View file @
8fe59878
...
...
@@ -20,6 +20,9 @@ import java.util.Map;
import
static
com
.
jsh
.
erp
.
utils
.
ResponseJsonUtil
.
returnJson
;
/**
* @author ji-sheng-hua 华夏erp
*/
@RestController
@RequestMapping
(
value
=
"/depotItem"
)
public
class
DepotItemController
{
...
...
src/main/java/com/jsh/erp/controller/FunctionsController.java
View file @
8fe59878
...
...
@@ -16,6 +16,9 @@ import javax.servlet.http.HttpServletRequest;
import
java.io.IOException
;
import
java.util.List
;
/**
* @author ji-sheng-hua 华夏ERP
*/
@RestController
@RequestMapping
(
value
=
"/functions"
)
public
class
FunctionsController
{
...
...
src/main/java/com/jsh/erp/controller/InOutItemController.java
View file @
8fe59878
...
...
@@ -15,6 +15,9 @@ import java.util.HashMap;
import
java.util.List
;
import
java.util.Map
;
/**
* @author jishenghua 华夏ERP 2018年12月25日14:38:08
*/
@RestController
@RequestMapping
(
value
=
"/inOutItem"
)
public
class
InOutItemController
{
...
...
src/main/java/com/jsh/erp/controller/MaterialCategoryController.java
View file @
8fe59878
...
...
@@ -13,6 +13,9 @@ import javax.annotation.Resource;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
* @author ji—sheng—hua 华夏ERP
*/
@RestController
@RequestMapping
(
value
=
"/materialCategory"
)
public
class
MaterialCategoryController
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment