新增利息端类型字段

This commit is contained in:
马冰冰
2026-07-23 16:59:58 +08:00
parent ef7fa7c6e5
commit ef179fc26c
5 changed files with 22 additions and 1 deletions
@@ -246,6 +246,10 @@ namespace YLErp.DBModels
/// </summary>
public int? interest_rule { get; set; }
/// <summary>
/// 利息端类别
/// </summary>
public string category_tag { get; set; }
/// <summary>
/// 互换观察日集合
/// </summary>
[NotMapped]