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