删除一个
deviceAttrService.remove(new QueryWrapper<DeviceAttrEntity>().eq("device_id",id));
删除多个
deviceAttrService.remove(new QueryWrapper<DeviceAttrEntity>().in("device_id",ids));
删除一个
deviceAttrService.remove(new QueryWrapper<DeviceAttrEntity>().eq("device_id",id));
删除多个
deviceAttrService.remove(new QueryWrapper<DeviceAttrEntity>().in("device_id",ids));