Skip to content

Commit

Permalink
show reference api
Browse files Browse the repository at this point in the history
  • Loading branch information
HCJ0001 committed Feb 23, 2020
1 parent ffbe63e commit 3e01ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ams/src/main/java/press/whcj/ams/common/ColumnName.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ public interface ColumnName {
String API_FAILURE_MOCK = "apiFailureMock";
String IS_DEL = "isDel";
String API_STATUS = "apiStatus";
String REFERENCE_STRUCTURE_ID = "referenceStructureId";
String REQUEST_PARAM_$ID = "requestParam.$id";
String RESPONSE_PARAM_$ID = "responseParam.$id";
}

0 comments on commit 3e01ed9

Please sign in to comment.