insert into ma_lib_inventroy (TYPE_ID,org_id) VALUES (#{maModelName},#{orgId});
update ma_lib_inventroy
REMARK = #{remark},
IS_PROFIT = #{isProfit},
IN_NUMS = #{inNums},
CREATE_TIME = #{createTime},
where ID = #{id}
update ma_lib_inventroy
REMARK = #{remark},
IS_PROFIT = #{isProfit},
IN_NUMS = #{inNums},
where ID = #{id}
delete from ma_lib_inventroy
where ID = #{id}