大量更新

This commit is contained in:
GG Z
2025-12-23 21:37:02 +08:00
parent 3fc465959b
commit b611efeed9
105 changed files with 5814 additions and 371 deletions

View File

@@ -190,6 +190,8 @@ public partial class ModelCheckViewModel : ObservableObject
or "NY"
or "ZB"
or "AF"
or "ZX"
or "ZT"
)
{
continue;
@@ -263,7 +265,7 @@ public partial class ModelCheckViewModel : ObservableObject
if (typeCount + instanceCount < 60)
{
ErrorItem errorItem = new(elem, "规范参数不全");
ErrorItem errorItem = new(elem, "标准要求参数不全");
Items.Add(errorItem);
}
}