店员管理/店员等级/账户管理
This commit is contained in:
@@ -46,9 +46,26 @@
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectGenTableVo">
|
||||
select table_id, table_name, table_comment, sub_table_name, sub_table_fk_name, class_name, tpl_category,
|
||||
package_name, module_name, business_name, function_name, function_author, gen_type, gen_path, options,
|
||||
created_by, created_time, updated_by, updated_time from gen_table
|
||||
select table_id,
|
||||
table_name,
|
||||
table_comment,
|
||||
sub_table_name,
|
||||
sub_table_fk_name,
|
||||
class_name,
|
||||
tpl_category,
|
||||
package_name,
|
||||
module_name,
|
||||
business_name,
|
||||
function_name,
|
||||
function_author,
|
||||
gen_type,
|
||||
gen_path,
|
||||
options,
|
||||
created_by,
|
||||
created_time,
|
||||
updated_by,
|
||||
updated_time
|
||||
from gen_table
|
||||
</sql>
|
||||
|
||||
<select id="selectDbTableList" resultMap="BaseResultMap">
|
||||
|
||||
Reference in New Issue
Block a user