Helius
2021-01-22 eb00ab72be1c51848ab9355717d4db64c7f8b566
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);
}