namespace IStation { /// /// /// public class Flags { /// /// /// public const string 默认 = "默认"; /// /// /// public const string KPI = "KPI"; } }