类 DictController

所有已实现的接口:
PermissionCheckAutomation<Dict>

@RequestMapping("/manage/dict") @RestController public class DictController extends ModelCurdControllerMapping<Dict,DictRepository>
  • 构造器详细资料

    • DictController

      public DictController()
  • 方法详细资料

    • getUrl

      public String getUrl()
    • auto

      public boolean auto()
    • getName

      public String getName()
    • getParent

      public String getParent()
    • list

      @GetMapping("/list/{key}") public R list(@PathVariable String key)