ludc
2024-11-18 0c7005a79b6dfccc2d25d98defb350de99c672d2
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/OsTypeActionController.java
@@ -55,7 +55,7 @@
     * @return
     */
    @PostMapping( "/savePLTypeAction")
    @VciBusinessLog(operateName = "添加属性")
    @VciBusinessLog(operateName = "添加类型Action")
    public BaseResult savePLTypeAction(@RequestBody PLTypeActionDTO plActionDTO) {
        try {
            return actionServiceI.savePLTypeAction(plActionDTO);