erp物料同步开关

This commit is contained in:
2024-10-12 14:06:16 +08:00
parent 20ff2d213a
commit f2bc936ea7
3 changed files with 8 additions and 1 deletions

View File

@@ -49,5 +49,10 @@ namespace Tnb.BasicData
/// 换批号天数
/// </summary>
public const string CHANGEBATCHDAY = "changeBatchDay";
/// <summary>
/// erp全物料更新
/// </summary>
public const string MATERIALALLUPDATE = "materialAllUpDate";
}
}