namespace DS.WMS.Core.System.Dtos; /// /// 上级公司 /// public class CompanyTree { public string Title { get; set; } public string Key { get; set; } public List Children { get; set; } }