#EQD-5718 【缺陷转需求】-国联民生-利息端计息方式与结算规则扩充
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user