This commit is contained in:
编码猿
2025-08-29 21:59:23 +08:00
parent a9bde91e8e
commit 983fc52780
4 changed files with 251 additions and 249 deletions

1
.pydio
View File

@@ -1 +0,0 @@
871006d1-20ee-4296-8a7d-a7a4ad9b9a96

View File

@@ -247,4 +247,3 @@ export default class Analysis extends VueCustomize {
) )
} }
} }

View File

@@ -17,6 +17,10 @@ export class DataServiceImpl extends BaseService {
@POST() @POST()
public async deleteWellById(params: object = {}): Promise<void> { } public async deleteWellById(params: object = {}): Promise<void> { }
@POST()
public async deleteWellById(params: object = {}): Promise<void> {}
@POST() @POST()
public async batchDeleteWell(params: object = {}): Promise<void> { } public async batchDeleteWell(params: object = {}): Promise<void> { }