注释质量

This commit is contained in:
2024-07-30 11:13:02 +08:00
parent 42f2d7ec9f
commit 60adf113bf
5 changed files with 19 additions and 14 deletions

View File

@@ -481,7 +481,8 @@ namespace Tnb.EquipMgr
item_group_id = item.item_group_id,
item_id = item.item_id,
status = 1,
result = item.result
result = item.result,
reason = item.reason,
};
records.Add(record);
}