You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
webcrawler/web/src/main/java/web/service/BiliService.java

11 lines
206 B

package web.service;
import db.annotation.Aliyun;
import db.annotation.Model;
import org.springframework.stereotype.Service;
@Service
@Model(Aliyun.class)
public class BiliService extends BaseService{
}