Package net.risesoft.controller
Class BusinessController
- java.lang.Object
-
- net.risesoft.controller.BusinessController
-
@Validated @RestController @RequestMapping(value="/api/rest/business", produces="application/json") public class BusinessController extends Object
-
-
Constructor Summary
Constructors Constructor Description BusinessController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.risesoft.pojo.Y9Result<List<Map<String,Object>>>findAll()获取业务分类列表
-