Filter.cs 190 B

123456789
  1. namespace CommonTool
  2. {
  3. public class Filter
  4. {
  5. public string Key { get; set; }
  6. public string Value { get; set; }
  7. public string Contrast { get; set; }
  8. }
  9. }