using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kingo.PluginServiceInterface.Model { /// /// 单图斑建库软件系统配置菜单显示 /// public class ContentMenu { public string Header { get; set; } public string SystemType { get; set; } public bool Visible { get; set; } } }