Sign in

wms / wms_NouYaWmsN5 · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_NouYaWmsN5
  • Infrastructure
  • Filter.cs
  • 首次提交
    17fb8ab7
    霍尔 authored
    2019-10-30 11:15:16 +0800  
    Browse Code »
Filter.cs 241 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
namespace Infrastructure
{
    public class Filter
    {
        public string Key { get; set; }
        public string Value { get; set; }
        public string Contrast { get; set; }
        public string JqContrast { get; set; }
    }
}