select goods_unit_id, name, status, remarks, content, sort, create_at, update_at, del_flag from mall_app_goods_unit
insert into mall_app_goods_unit
name,
status,
remarks,
content,
sort,
create_at,
update_at,
del_flag,
#{name},
#{status},
#{remarks},
#{content},
#{sort},
#{createAt},
#{updateAt},
#{delFlag},
update mall_app_goods_unit
name = #{name},
status = #{status},
remarks = #{remarks},
content = #{content},
sort = #{sort},
create_at = #{createAt},
update_at = #{updateAt},
del_flag = #{delFlag},
where goods_unit_id = #{goodsUnitId}
delete from mall_app_goods_unit where goods_unit_id = #{goodsUnitId}
delete from mall_app_goods_unit where goods_unit_id in
#{goodsUnitId}