gongchunyi
2026-06-16 1836fe23f8a155d24950fc224b3891c3b0a59520
1
2
3
4
5
6
7
8
package com.ruoyi.http.service;
 
public interface TqdianbiaoSyncLogService {
 
    void logSuccess(String syncType, String windowStart, String windowEnd, int recordCount);
 
    void logFailure(String syncType, String windowStart, String windowEnd, String errorMsg);
}