质检模块带代码

This commit is contained in:
2024-11-08 10:42:30 +08:00
parent 755fd97ef0
commit a0d2fc5b19
11 changed files with 1196 additions and 26 deletions

View File

@@ -94,6 +94,10 @@ namespace Tnb.BasicData
/// /模具保养
/// </summary>
public const string MOLDMAINTENANCE_CODE = "MoldMaintenance";
/// <summary>
/// 质量暂控处理单
/// </summary>
public const string QCCONTROLTEMP_CODE = "QcControlTempH";
}
}