1
2
3
4
5
6
package com.ruoyi.http.service;
 
public interface TqdianbiaoCollectorSyncService {
 
    int syncCollectors();
}