质量管理,管道试压包管理导入功能

This commit is contained in:
2025-10-16 18:18:18 +08:00
parent e48087673e
commit bb4969983f
12 changed files with 716 additions and 23 deletions
@@ -416,6 +416,9 @@
</data>
<data name="ApprovalCompleted" xml:space="preserve">
<value>审批完成</value>
</data>
<data name="ApprovalCompletedUnderConstruction" xml:space="preserve">
<value>已审待施工</value>
</data>
<data name="call" xml:space="preserve">
<value>呼叫</value>
+9
View File
@@ -105,6 +105,15 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 已审待施工 的本地化字符串。
/// </summary>
internal static string ApprovalCompletedUnderConstruction {
get {
return ResourceManager.GetString("ApprovalCompletedUnderConstruction", resourceCulture);
}
}
/// <summary>
/// 查找类似 材料到货 的本地化字符串。
/// </summary>