List<MachineRecordModel> list = machineRecordService.getListByUnkownGoodsCode();
时间: 2024-05-20 17:17:00 浏览: 58
As an AI language model, I cannot determine the exact functionality of the code without additional context. However, based on the method name "getListByUnknownGoodsCode()", it seems that this code retrieves a list of machine records that have an unknown or unrecognized goods code.
阅读全文