liusheng
2026-03-25 18a0a77e049bfc29a957b36201f9ae6a582719eb
smartor/src/main/java/com/smartor/service/IServiceOutPathService.java
@@ -58,4 +58,11 @@
     * @return 结果
     */
    public int deleteServiceOutPathById(Long id);
    /**
     * 查询自增ID
     *
     * @return ID
     */
    public Integer selectAutoId();
}