|
@@ -115,4 +115,7 @@ public interface ArchiveFileClient {
|
|
|
|
|
|
@PostMapping(API_PREFIX + "/updateArchiveFileByBoxNameOne")
|
|
@PostMapping(API_PREFIX + "/updateArchiveFileByBoxNameOne")
|
|
boolean updateArchiveFileByBoxNameOne(@RequestParam String boxName, @RequestParam Integer boxNumber);
|
|
boolean updateArchiveFileByBoxNameOne(@RequestParam String boxName, @RequestParam Integer boxNumber);
|
|
|
|
+
|
|
|
|
+ @PostMapping(API_PREFIX + "/updateRectificationById")
|
|
|
|
+ boolean updateRectificationById(@RequestParam Long id,@RequestParam Integer rectification);
|
|
}
|
|
}
|