using System.Collections.Generic; using GxPress.Entity.WorkCar; namespace GxPress.Request.App.WorkCar { public class CarResult { /// /// 会议室名称 /// public string License { get; set; } /// /// 所有预订 /// public SortedDictionary> Orders { get; set; } } }