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
f475b914
Commit
f475b914
authored
Dec 25, 2018
by
季圣华
Browse files
增加注释
parent
cce885fd
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/controller/AccountController.java
View file @
f475b914
...
...
@@ -19,6 +19,9 @@ import java.util.Map;
import
static
com
.
jsh
.
erp
.
utils
.
ResponseJsonUtil
.
returnJson
;
/**
* @author jishenghua 75271*8920
*/
@RestController
@RequestMapping
(
value
=
"/account"
)
public
class
AccountController
{
...
...
src/main/java/com/jsh/erp/controller/AccountHeadController.java
View file @
f475b914
...
...
@@ -19,6 +19,9 @@ import java.util.Map;
import
static
com
.
jsh
.
erp
.
utils
.
ResponseJsonUtil
.
returnJson
;
/**
* @author jishenghua 752*718*920
*/
@RestController
@RequestMapping
(
value
=
"/accountHead"
)
public
class
AccountHeadController
{
...
...
src/main/java/com/jsh/erp/controller/AccountItemController.java
View file @
f475b914
...
...
@@ -21,6 +21,9 @@ import java.util.Map;
import
static
com
.
jsh
.
erp
.
utils
.
ResponseJsonUtil
.
returnJson
;
/**
* @author ji sheng hua 752*718*920
*/
@RestController
@RequestMapping
(
value
=
"/accountItem"
)
public
class
AccountItemController
{
...
...
src/main/java/com/jsh/erp/controller/AppController.java
View file @
f475b914
...
...
@@ -13,6 +13,9 @@ import javax.annotation.Resource;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
* @author ji_sheng_hua 752*718*920
*/
@RestController
@RequestMapping
(
value
=
"/app"
)
public
class
AppController
{
...
...
src/main/java/com/jsh/erp/controller/DepotController.java
View file @
f475b914
...
...
@@ -16,6 +16,9 @@ import javax.servlet.http.HttpServletRequest;
import
java.io.IOException
;
import
java.util.List
;
/**
* @author ji sheng hua 752*718*920
*/
@RestController
@RequestMapping
(
value
=
"/depot"
)
public
class
DepotController
{
...
...
src/main/java/com/jsh/erp/controller/DepotHeadController.java
View file @
f475b914
...
...
@@ -25,6 +25,9 @@ import java.util.Map;
import
static
com
.
jsh
.
erp
.
utils
.
ResponseJsonUtil
.
returnJson
;
/**
* @author ji-sheng-hua 752*718*920
*/
@RestController
@RequestMapping
(
value
=
"/depotHead"
)
public
class
DepotHeadController
{
...
...
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