保证金算法&资金计算

This commit is contained in:
吴方海
2025-04-16 15:15:59 +08:00
parent 6e644083df
commit 8e61f23e18
47 changed files with 695 additions and 1194 deletions
@@ -280,7 +280,7 @@ namespace YLErp.Modules.SwapModule
/// 簿记前自动校验
/// </summary>
/// <param name="mergeList"></param>
public void BookingValidate(List<swap_flow_merge> mergeList)
public void BookingValidate(List<swap_flow_merge> mergeList,DateTime valueDate)
{
foreach (var merge in mergeList)
{