This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
no message
master
Tommy\2Fi-Staff
1 month ago
parent
e438410c1f
commit
9c9cdd8ebf
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/java/com/ffii/fpsms/modules/pickOrder/web/TruckController.kt
+ 1
- 0
src/main/java/com/ffii/fpsms/modules/pickOrder/web/TruckController.kt
View File
@@ -24,6 +24,7 @@ class TruckController(
private val truckRepository: TruckRepository,
) {
@PostMapping("/save")
fun saveTruck(@RequestBody request: SaveTruckRequest): MessageResponse {
try {
Write
Preview
Loading…
Cancel
Save