using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SqlSugar { public enum SplitType { Day = 0, Week = 1, Month = 2, Month_6=1000, Season = 3, Year = 4, _Custom01 = 5, _Custom02 = 6, _Custom03 = 7, _Custom04 = 8, _Custom05 = 9, _Custom06 = 10, } }