2023-10-09 15:53:21 +08:00
|
|
|
package com.njcn.jbsyncdata.service;
|
|
|
|
|
|
|
|
|
|
import com.njcn.jbsyncdata.pojo.ExcelData;
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
public interface IBusinessService {
|
|
|
|
|
|
2023-10-11 10:37:57 +08:00
|
|
|
void testInterfaceByUserId(List<ExcelData> list,String startTime,String endTime);
|
|
|
|
|
|
2023-10-09 15:53:21 +08:00
|
|
|
}
|