jyy
2021-03-12 e84e71bda390661a98d2f548d11f3721d2ec110c
zq-erp/src/main/java/com/matrix/system/hive/dao/SysVipLabelDao.java
@@ -21,6 +21,8 @@
    int deleteById(@Param("id") Long id);
    int deleteByIds(@Param("list") List<Long> list);
    List<SysVipLabel> selectByVipId(@Param("vipId") Long vipId);
    List<SysVipLabel> selectByModel(@Param("record") SysVipLabel sysVipLabel);