重写设备维修新增接口

This commit is contained in:
2023-10-23 14:33:03 +08:00
parent 3e75338075
commit c01d2854dd
2 changed files with 58 additions and 1 deletions

View File

@@ -29,5 +29,12 @@ namespace Tnb.BasicData
/// 生产齐套领料
/// </summary>
public const string PRDKITTINGOUTSTOCK_CODE = "PrdKittingOutStocK";
/// <summary>
/// 设备维修单
/// </summary>
public const string EQPREPAIR_CODE = "EqpRepair";
}
}