using System; using System.Collections.Generic; using System.Text; namespace SqlSugar { public class GroupByModel { public string FieldName { get; set; } } }