insert into product_category (product_category_name, remark, license_rate, tenant_id, create_person_id,
create_person_name)
values (#{productCategoryName}, #{remark}, #{licenseRate}, #{tenantId}, #{createPersonId},
#{createPersonName})
delete
from product_category
where id = #{id}
update product_category
product_category_name = #{productCategoryName},
remark = #{remark},
license_rate = #{licenseRate},
where id = #{id}