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