namespace XFEExtension.NetCore.AutoConfig;
/// <summary>
/// 配置文件实例
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
public class ProfileInstanceAttribute : Attribute { }
namespace XFEExtension.NetCore.AutoConfig;
/// <summary>
/// 配置文件实例
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
public class ProfileInstanceAttribute : Attribute { }