原材料仓内转移、出入库策略调整

This commit is contained in:
2024-07-25 17:02:43 +08:00
parent e92797e449
commit f814583a0e
6 changed files with 20 additions and 60 deletions

View File

@@ -542,5 +542,10 @@
/// 原材料仓内转移策略
/// </summary>
public const string POLICY_YCLINSTOCK = "WISP202407250001";
/// <summary>
/// 原材料仓出库策略
/// </summary>
public const string POLICY_YCLOUTSTOCK = "WOSP202407250002";
}
}