mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-22 09:26:36 +08:00
框架分层
This commit is contained in:
15
Yi.Framework/Yi.Framework.Common/IOCOptions/KafkaOptions.cs
Normal file
15
Yi.Framework/Yi.Framework.Common/IOCOptions/KafkaOptions.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CC.ElectronicCommerce.Common.IOCOptions
|
||||
{
|
||||
public class KafkaOptions
|
||||
{
|
||||
|
||||
public string BrokerList { get; set; }
|
||||
public string TopicName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user