2025-06-16 14:30:20 +08:00
|
|
|
package com.yupi.springbootinit.service;
|
|
|
|
|
|
|
|
|
|
import com.yupi.springbootinit.model.vo.common.AccountCrawlCount;
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* @author: ziin
|
|
|
|
|
* @date: 2025/6/16 14:07
|
|
|
|
|
*/
|
|
|
|
|
public interface CommonService {
|
2025-06-23 13:03:55 +08:00
|
|
|
Integer getAccountCrawlCount(String accountName);
|
2025-06-16 14:30:20 +08:00
|
|
|
}
|