#EQD-5718 【缺陷转需求】-国联民生-利息端计息方式与结算规则扩充

This commit is contained in:
吴方海
2026-05-08 15:09:58 +08:00
parent 689616820a
commit 95686f4c4d
14 changed files with 2227 additions and 242 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -20,5 +20,9 @@ namespace YLErp.Models
/// 是否结算 0:否 1:是
/// </summary>
public int Settlement { get; set; }
/// <summary>
/// 结算日期(观察日不一定等于结算日)
/// </summary>
public DateTime? SettlementDate { get; set; }
}
}