代码生成器增加前端生成基础路径

This commit is contained in:
thinkgem
2021-12-31 12:45:42 +08:00
parent b6762cacd0
commit 6de1f82511
13 changed files with 72 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ CREATE TABLE js_gen_table
function_name_simple vargraphic(50),
function_author vargraphic(50),
gen_base_dir vargraphic(1000),
gen_front_dir vargraphic(1000),
options vargraphic(1000),
create_by varchar(64) NOT NULL,
create_date timestamp NOT NULL,