调整代码生成器设置

This commit is contained in:
Jason
2022-12-29 16:04:32 +08:00
parent 62a3606169
commit df513e47ec
2 changed files with 14 additions and 5 deletions

View File

@@ -10,6 +10,11 @@ export function dataTable(params: any) {
return request.get({ url: '/gen/db', params })
}
// 数据表列表接口
export function dataTableAll() {
return request.get({ url: '/gen/dbAll' })
}
//选择要生成代码的数据表
export function selectTable(params: any) {
return request.post(