namespace SHJX.Service.Common.Interface { public interface IFlyoutView { string FlyoutName { get; } } }