This commit is contained in:
2023-07-21 17:41:46 +08:00
parent 17e510f480
commit 978505557c

View File

@@ -24,5 +24,10 @@ namespace Tnb.BasicData
/// 备件领用
/// </summary>
public const string SPAREPARTSREQUISITION_CODE = "SparePartsRequisition";
/// <summary>
/// 生产齐套领料
/// </summary>
public const string PRDKITTINGOUTSTOCK_CODE = "PrdKittingOutStocK";
}
}