Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoo committed Dec 1, 2022
1 parent aced6d6 commit 3f809e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/io/github/newhoo/restkit/common/RestItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,17 @@ public class RestItem {

// other info

/** dataSource */
private String dataSource = "";

/** project */
private String project = "";

/** module name, as group */
private String moduleName;

private String packageName = "default";

/** name that the api item from. e.g. Local for Local api store */
private String framework;

Expand Down

0 comments on commit 3f809e5

Please sign in to comment.