This commit is contained in:
2024-07-26 17:54:29 +08:00
parent 1fa00ea4fc
commit c61cd04ae7
4 changed files with 26 additions and 11 deletions

View File

@@ -541,11 +541,11 @@
/// <summary>
/// 原材料仓内转移策略
/// </summary>
public const string POLICY_YCLINSTOCK = "WISP202407250001";
public const string POLICY_YCLINSTOCK = "WISP202407260001";
/// <summary>
/// 原材料仓先进先出
/// </summary>
public const string POLICY_YCLOUTSTOCK = "WOSP202407250001";
public const string POLICY_YCLOUTSTOCK = "WOSP202407260001";
}
}