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