nidapeng
2024-04-20 51a208c7715ecfea9faeccd5ee56ed2d0a697c95
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();
}