| | |
| | | import org.springframework.web.bind.annotation.RequestBody;
|
| | | import org.springframework.web.bind.annotation.RequestMapping;
|
| | | import org.springframework.web.bind.annotation.RestController;
|
| | | import com.ruoyi.common.utils.text.Convert;
|
| | | import com.ruoyi.common.core.text.Convert;
|
| | | import com.ruoyi.framework.aspectj.lang.annotation.Log;
|
| | | import com.ruoyi.framework.aspectj.lang.enums.BusinessType;
|
| | | import com.ruoyi.framework.web.controller.BaseController;
|
| | |
| | | @RequestMapping("/tool/gen")
|
| | | public class GenController extends BaseController
|
| | | {
|
| | |
|
| | | @Autowired
|
| | | private IGenTableService genTableService;
|
| | |
|