-
URL:/queryStoreRecordsById
-
Input:
String Id
-
Output:
List<StoreRecords>
-
URL:/addStoreRecords
-
Input:
String id
String name
String amount
String price
- Output:
"success" or "failed"
-
URL:/updateStoreRecords
-
Input:
String id
String name
String amount
String price
- Output:
"success" or "failed"
-
URL:/deleteStoreRecords
-
Input:
String id
String name
String amount
String price
- Output:
"success" or "failed"
-
URL:/queryAllStoreRecords
-
Input:
null
-
Output:
List<StoreRecords>
-
URL:/queryStoreRecordsByName
-
Input:
String name;
- Output:
List<StoreRecords>