using System.Collections.Generic; namespace Luban.Job.Proto.RawDefs { public class Service { public List Prefixs { get; set; } = new List(); public List FullNames { get; set; } = new List(); } }