Skip to content

Commit

Permalink
fix-IChildAbility-rest-client报错
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Dec 23, 2024
1 parent 0a101db commit 1aacd12
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package net.ximatai.muyun.ability;

import jakarta.ws.rs.Path;
import net.ximatai.muyun.ability.curd.std.ICURDAbility;
import net.ximatai.muyun.model.ChildTableInfo;

Expand All @@ -16,4 +17,9 @@ default ChildTableInfo toChildTable(String foreignKey) {
}
}

@Path("/placeholder")
default String placeholder() {
return "placeholder";
}

}

0 comments on commit 1aacd12

Please sign in to comment.