- namespace DataControlMod.Entity
- {
- public class filterEntity
- {
- public string left { get; set; }
- public string right { get; set; }
- public string column { get; set; }
- public string comparator { get; set; }
- public string value { get; set; }
- public string connector { get; set; }
- }
- }
|