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