Jay
2024-11-25 ee9f604388a3e77d3f4654e326f3976552e7f532
iailab-module-data/iailab-module-data-biz/src/main/java/com/iailab/module/data/channel/http/service/HttpApiService.java
@@ -17,9 +17,9 @@
    void delete(String id);
    HttpApiEntity selectXstHttpTagApi();
    HttpApiEntity getByCode(String code);
    HttpApiEntity getFromCatch(String id);
    List<HttpApiEntity> list();
}