企业端设备模块->企业端PC,小程序接口调试,部分设备删除接口
This commit is contained in:
parent
c2edfa3af8
commit
48a83ae2c5
|
|
@ -529,7 +529,6 @@ public class EnterpriseEquipmentController extends BaseController {
|
||||||
@MethodAnnotation(authorizations = {"entDeviceMaintenancePlan:delete"},name = "企业设备保养计划删除")
|
@MethodAnnotation(authorizations = {"entDeviceMaintenancePlan:delete"},name = "企业设备保养计划删除")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public SingleResult entDeviceMaintenancePlanDelete(@RequestParam(required = true) String deviceEntInsRecordId)throws Exception{
|
public SingleResult entDeviceMaintenancePlanDelete(@RequestParam(required = true) String deviceEntInsRecordId)throws Exception{
|
||||||
|
|
||||||
return pcBusinessService.entDeviceMaintenancePlanDelete(deviceEntInsRecordId);
|
return pcBusinessService.entDeviceMaintenancePlanDelete(deviceEntInsRecordId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user