gongchunyi
2 天以前 65e57a3d1b92b33b5ddf8d7045661119c9184aef
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);
}