namespace EntrustSettle.Common.Option.Core; /// /// 应用选项依赖接口
/// 自动注入配置文件
/// 文件名为Option或Options结尾 ///
public interface IConfigurableOptions { }