This commit is contained in:
PQZ 2024-12-09 17:17:24 +08:00
parent 21e8ccab35
commit 853c5913d8

View File

@ -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));
} }