935090232@qq.com
2021-01-24 d5e655ff9eb0d3cff17925dae7295c8cb5010b64
zq-erp/src/main/java/com/matrix/system/hive/dao/SysVipLabelDao.java
@@ -1,6 +1,7 @@
package com.matrix.system.hive.dao;
import com.matrix.system.hive.bean.SysVipLabel;
import com.matrix.system.hive.bean.SysVipLabelRelate;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -9,9 +10,15 @@
    int insert(SysVipLabel sysVipLabel);
    int insertRelate(SysVipLabelRelate sysVipLabelRelate);
    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 deleteRelateByVipId(@Param("vipId") Long vipId);
}