org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ...
项目场景:在做黑马苍穹外卖项目,完成套餐管理模块后,遇到以下bug:问题描述:控制台信息原因分析:在mapper接口中的添加套餐语句的@Insert注解上,实体类属性与sql字段的命名统一问题.@Insert("insertintosetmeal(category_id,name,price,status,description,image,create_time,update_time,crea