namespace Dto.Admin { /// /// 列表 /// public class LinkProjectServiceDto { /// /// 数据库 /// public string databaseList { get; set; } } }