备件领用

This commit is contained in:
2023-07-11 14:39:34 +08:00
parent 3b1dc1f026
commit dd049ceeed
7 changed files with 417 additions and 0 deletions

View File

@@ -19,5 +19,10 @@ namespace Tnb.BasicData
/// 生产任务单号单据模板编码
/// </summary>
public const string PRDMOTASK_CODE = "ProductionPlanAndSchedule";
/// <summary>
/// 备件领用
/// </summary>
public const string SPAREPARTSREQUISITION_CODE = "SparePartsRequisition";
}
}