dengzedong
2025-02-24 88a7a00a062795669cd7ff7f85493f5eef2e7099
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();
}