(精华)2020年6月26日 C#类库model ConditionDTO

namespace Coldairarrow.Util
{
     
    /// 
    /// 通用条件查询DTO
    /// 
    public class ConditionDTO
    {
     
        public string Condition {
      get; set; }
        public string Keyword {
      get; set; }
    }
}

你可能感兴趣的:(#,C#类库model)