Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -59,7 +59,7 @@ public class TbConsInfoFlowController {
|
||||
@ApiOperation("耗材报损")
|
||||
public ResponseEntity<Object> frmLoss(@RequestBody TbConsInfoFlowDto resources){
|
||||
tbConsInfoFlowService.frmLoss(resources);
|
||||
return new ResponseEntity<>(HttpStatus.CREATED);
|
||||
return new ResponseEntity<>("ok",HttpStatus.OK);
|
||||
}
|
||||
|
||||
// @GetMapping
|
||||
|
||||
Reference in New Issue
Block a user