jyy
2021-03-15 53939e0ceb528f45c4906c86ce499ecb864f7af8
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);