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

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

猜你喜欢

转载自blog.csdn.net/aa2528877987/article/details/106971009