调整
This commit is contained in:
parent
21e8ccab35
commit
853c5913d8
@ -32,7 +32,6 @@ public class PropertyPosController {
|
|||||||
|
|
||||||
@PostMapping("/create")
|
@PostMapping("/create")
|
||||||
@Operation(summary = "创建企业管理-资产存放位置")
|
@Operation(summary = "创建企业管理-资产存放位置")
|
||||||
@PreAuthorize("@ss.hasPermission('company:property-pos:create')")
|
|
||||||
public CommonResult<String> createPropertyPos(@RequestBody PropertyPosReqVO createReqVO) {
|
public CommonResult<String> createPropertyPos(@RequestBody PropertyPosReqVO createReqVO) {
|
||||||
return success(propertyPosService.createPropertyPos(createReqVO));
|
return success(propertyPosService.createPropertyPos(createReqVO));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user