zq-erp/src/main/java/com/matrix/system/hive/dao/SysVipLabelDao.java
@@ -9,6 +9,8 @@ int insert(SysVipLabel sysVipLabel); int update(SysVipLabel sysVipLabel); int deleteById(@Param("id") Long id); List<SysVipLabel> selectByVipId(@Param("vipId") Long vipId);