insert into sys_app_fun
(`id`,`name`,`code`,`parent`,`inheritance`,`icon`,`imgae`,`url`,`order_num`,`hidden`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`)
values
(?id,?name,?code,?parent,?inheritance,?icon,?imgae,?url,?order_num,?hidden,?create_by,?create_time,?last_update_by,?last_update_time,?del_flag)
update sys_app_fun set
`name` = ?name,`code` = ?code,`parent` = ?parent,`inheritance` = ?inheritance,`icon` = ?icon,`imgae` = ?imgae,`url` = ?url,`order_num` = ?order_num,`hidden` = ?hidden,`create_by` = ?create_by,`create_time` = ?create_time,`last_update_by` = ?last_update_by,`last_update_time` = ?last_update_time,`del_flag` = ?del_flag
where id = ?id
delete from sys_app_fun
where id =?id
select
`id`,`name`,`code`,`parent`,`inheritance`,`icon`,`imgae`,`url`,`order_num`,`hidden`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`
from sys_app_fun
where id = ?id
select
`id`,`name`,`code`,`parent`,`inheritance`,`icon`,`imgae`,`url`,`order_num`,`hidden`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`
from sys_app_fun