fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
@@ -131,6 +131,15 @@ * @return */ public List<Special> listByPlaceKeyHasLabel(long start, int count, List<String> list, Integer platform, Integer versionCode); /** * 为专题设置版本 * @param specialId * @param versions * @throws Exception */ public void setVersions(Long specialId,List<Long> versions) throws Exception; }