using EntrustSettle.Common.Option.Core; namespace EntrustSettle.Common.Option; public class SeqOptions : IConfigurableOptions { /// /// 是否启用 /// public bool Enabled { get; set; } /// /// 地址 /// public string Address { get; set; } public string ApiKey { get; set; } }