All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tlgen.orm.controller.SysDeptController Maven / Gradle / Ivy

The newest version!
//package com.tlgen.orm.controller;
//
//import com.tlgen.orm.domain.SysDept;
//import com.tlgen.orm.factory.Model;
//import org.springframework.web.bind.annotation.GetMapping;
//import org.springframework.web.bind.annotation.RequestMapping;
//import org.springframework.web.bind.annotation.RestController;
//
//import java.util.List;
//
//@RestController
//@RequestMapping("/dept")
//public class SysDeptController {
//
//    @GetMapping("/tree")
//    public List tree() {
//        return Model.tree(SysDept.class);
//    }
//
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy