商品出入库 和 耗材出入库 日志记录 明确描述

This commit is contained in:
2024-08-03 14:43:30 +08:00
parent 96b9d50088
commit b70c00667a
3 changed files with 22 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ public class TbConsInfoController {
}
@PostMapping(value = "stockInOut")
@Log("耗材出入库")
@Log("耗材出入库::#resources.type")
@ApiOperation("耗材出入库")
public ResponseEntity<Object> stockInOut(@Validated @RequestBody SuppFlow resources) throws Exception {