select id, house_id, type_id, ma_id, num, status, dept_id, del_flag, create_by, create_time, update_by, update_time, remark, company_id, shelf_num from wh_house_set
insert into wh_house_set
house_id,
type_id,
ma_id,
num,
status,
dept_id,
del_flag,
create_by,
create_time,
update_by,
update_time,
remark,
company_id,
shelf_num,
#{houseId},
#{typeId},
#{maId},
#{num},
#{status},
#{deptId},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
#{companyId},
#{shelfNum},
update wh_house_set
house_id = #{houseId},
type_id = #{typeId},
ma_id = #{maId},
num = #{num},
status = #{status},
dept_id = #{deptId},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
company_id = #{companyId},
shelf_num = #{shelfNum},
where id = #{id}
delete from wh_house_set where id = #{id}
delete from wh_house_set where id in
#{id}