地质所 沉降监测网建设项目
zmk
2024-05-22 36af50bb3e7d66c7ca8fa6b8b2d0fac9f6ac6b58
javaweb-plus/javaweb-cms/src/main/java/com/javaweb/geo/service/IDeviceLogService.java
@@ -65,4 +65,10 @@
     * 导入设备出入库记录
     */
    String importDeviceLog(String projectId, MultipartFile file, boolean updateSupport);
    /**
     * 查询数据库中id最大值
     * @return
     */
    Integer selectMaxDeviceLogId(String projectId);
}