using System.Collections.Generic; namespace Luban.Job.Cfg.RawDefs { public class Group { public List Names { get; set; } = new List(); } }