类 TagController

所有已实现的接口:
org.springframework.beans.factory.InitializingBean

@RestController @RequestMapping("/platform/user/tag") public class TagController extends BaseController
  • 构造器详细资料

    • TagController

      @Autowired public TagController(TagServiceImpl tagService)
  • 方法详细资料

    • list

      @RequestMapping(value="/list", method=GET) public com.walker.web.ResponseValue list()
    • listAll

      @RequestMapping(value="/all/list", method=GET) public com.walker.web.ResponseValue listAll()