微调
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.njcn.jbsyncdata.service;
|
||||
|
||||
import com.njcn.jbsyncdata.pojo.ExcelData;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface IBusinessService {
|
||||
void testInterface(List<ExcelData> list);
|
||||
|
||||
void testInterfaceByUserId(List<ExcelData> list);
|
||||
}
|
||||
Reference in New Issue
Block a user