EQD-6979 TRS合约数据实时推送

This commit is contained in:
hjhan
2026-08-06 10:58:44 +08:00
parent 9d43616272
commit c1c2ed9dda
+4
View File
@@ -57,6 +57,10 @@ namespace YLErp.Model
public string AccountCapitalTopicGroupId { get; set; }
public int AutoOffsetReset { get; set; }
/// <summary>
/// TRS合约数据推送topic(对外,如onebp等)
/// </summary>
public string ContractTopic { get; set; } = "onederi.trs.onebp.contract.v1";
}
}