nidapeng
2024-03-26 87ec373c158f7fa4c65fb037822fe7142a6fd5e7
server/dmvisit_service/src/main/java/com/doumee/service/business/InterfaceLogService.java
@@ -8,7 +8,7 @@
/**
 * 三方平台接口交互记录Service定义
 * @author 江蹄蹄
 * @date 2023/11/23 18:16
 * @date 2023/11/30 15:33
 */
public interface InterfaceLogService {
@@ -94,4 +94,6 @@
     * @return long
     */
    long count(InterfaceLog interfaceLog);
    void clearThreeMonthLog();
}