From c1c2ed9dda6dd21c9e1cef485ae10405f3be66fb Mon Sep 17 00:00:00 2001 From: hjhan Date: Thu, 6 Aug 2026 10:58:44 +0800 Subject: [PATCH] =?UTF-8?q?EQD-6979=20TRS=E5=90=88=E7=BA=A6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AE=9E=E6=97=B6=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/Model/KafkaConfig.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/YLErpDAL/Model/KafkaConfig.cs b/YLErpDAL/Model/KafkaConfig.cs index 5d144e1e..341ba482 100644 --- a/YLErpDAL/Model/KafkaConfig.cs +++ b/YLErpDAL/Model/KafkaConfig.cs @@ -57,6 +57,10 @@ namespace YLErp.Model public string AccountCapitalTopicGroupId { get; set; } public int AutoOffsetReset { get; set; } + /// + /// TRS合约数据推送topic(对外,如onebp等) + /// + public string ContractTopic { get; set; } = "onederi.trs.onebp.contract.v1"; } }