删除createBatch
This commit is contained in:
parent
743da3b207
commit
d15e9a5c7b
|
@ -11,6 +11,4 @@ public interface GardsCalibrationMapper extends BaseMapper<GardsCalibration> {
|
||||||
|
|
||||||
@InterceptorIgnore(tenantLine = "true")
|
@InterceptorIgnore(tenantLine = "true")
|
||||||
public int create(@Param("calibration") GardsCalibration calibration);
|
public int create(@Param("calibration") GardsCalibration calibration);
|
||||||
@InterceptorIgnore(tenantLine = "true")
|
|
||||||
public int createBatch(@Param("calibrations") List<GardsCalibration> calibration);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user