namespace WeOnlineApp.BaseSystem.Query.Dto { public class JsTreeDto { public string Id { get; set; } public string Text { get; set; } public bool Children { get; set; } } }