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
* @date 2019-07-27
*/
@RestController
@RestController("收入类别管理")
@RequestMapping("api")
public class IncomeCategoryController {

View File

@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
* @author
* @date 2019-07-27
*/
@RestController
@RestController("物料类别管理")
@RequestMapping("api")
public class MaterialCategoryController {

View File

@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
* @author
* @date 2019-07-27
*/
@RestController
@RestController("计量单位管理")
@RequestMapping("api")
public class MeasureUnitController {

View File

@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
* @author
* @date 2019-07-27
*/
@RestController
@RestController("产品类别管理")
@RequestMapping("api")
public class ProductCategoryController {

View File

@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
* @author
* @date 2019-07-27
*/
@RestController
@RestController("支出类别管理")
@RequestMapping("api")
public class SpendCategoryController {

View File

@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
* @author
* @date 2019-07-27
*/
@RestController
@RestController("供应商类别管理")
@RequestMapping("api")
public class SupplierCategoryController {

View File

@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
* @author
* @date 2019-07-27
*/
@RestController
@RestController("仓库管理")
@RequestMapping("api")
public class WareHouseController {