controller 中文详情

pull/451/head
starrysky 2019-08-14 16:22:18 +08:00
parent 0a0d79a53a
commit c179169c9e
7 changed files with 7 additions and 7 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {