This commit is contained in:
2024-11-14 20:06:15 +08:00
parent ea21d631c9
commit 61b6b61a46

View File

@@ -54,7 +54,7 @@ public interface IPqDevService extends IService<PqDev> {
/** /**
* 批量导入被检设备信息 * 批量导入被检设备信息
* *
* @param sgEventExcels * @param sgEventExcels 批量导入的数据
*/ */
void importPqDevData(List<PqDevExcel.ImportData> sgEventExcels); void importPqDevData(List<PqDevExcel.ImportData> sgEventExcels);