liusheng
2025-11-10 1872936aceb6b7148f33a04c9b2a605faf5cfd1b
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();
}