(精华)2020年6月26日 C#类库model ConditionDTO 愚公搬代码 2021-05-13 61 阅读1分钟 namespace Coldairarrow.Util { /// <summary> /// 通用条件查询DTO /// </summary> public class ConditionDTO { public string Condition { get; set; } public string Keyword { get; set; } } }