select id, price, remark, create_time, create_by, update_time, update_by, del_flag from app_wallet
insert into app_wallet
id,price,remark,create_time,create_by,update_time,update_by,del_flag,#{id},#{price},#{remark},#{createTime},#{createBy},#{updateTime},#{updateBy},#{delFlag},
update app_wallet
price = #{price},remark = #{remark},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},del_flag = #{delFlag},
where id = #{id}
delete from app_wallet where id = #{id}
delete from app_wallet where id in
#{id}