using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.Models { public class ItemCondDto { //ѧУ£¬ public string key { get; set; } //ѧ¶Î public string filed { get; set; } //school public string scope { get; set; } } }