liusheng
5 天以前 c80135e5c3f7bfab96ba558a910a06f1e587c53c
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();
}