package models import ( // ) type ColumnFilter struct { //过滤名称列表 Name string `json:"name"` //过滤值 Value string `json:"value"` }