mirror of https://github.com/elunez/eladmin
controller 中文详情
parent
0a0d79a53a
commit
c179169c9e
|
@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
* @author 黄星星
|
||||
* @date 2019-07-27
|
||||
*/
|
||||
@RestController
|
||||
@RestController("收入类别管理")
|
||||
@RequestMapping("api")
|
||||
public class IncomeCategoryController {
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
* @author 黄星星
|
||||
* @date 2019-07-27
|
||||
*/
|
||||
@RestController
|
||||
@RestController("物料类别管理")
|
||||
@RequestMapping("api")
|
||||
public class MaterialCategoryController {
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
* @author 黄星星
|
||||
* @date 2019-07-27
|
||||
*/
|
||||
@RestController
|
||||
@RestController("计量单位管理")
|
||||
@RequestMapping("api")
|
||||
public class MeasureUnitController {
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
* @author 黄星星
|
||||
* @date 2019-07-27
|
||||
*/
|
||||
@RestController
|
||||
@RestController("产品类别管理")
|
||||
@RequestMapping("api")
|
||||
public class ProductCategoryController {
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
* @author 黄星星
|
||||
* @date 2019-07-27
|
||||
*/
|
||||
@RestController
|
||||
@RestController("支出类别管理")
|
||||
@RequestMapping("api")
|
||||
public class SpendCategoryController {
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
* @author 黄星星
|
||||
* @date 2019-07-27
|
||||
*/
|
||||
@RestController
|
||||
@RestController("供应商类别管理")
|
||||
@RequestMapping("api")
|
||||
public class SupplierCategoryController {
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
* @author 黄星星
|
||||
* @date 2019-07-27
|
||||
*/
|
||||
@RestController
|
||||
@RestController("仓库管理")
|
||||
@RequestMapping("api")
|
||||
public class WareHouseController {
|
||||
|
||||
|
|
Loading…
Reference in New Issue