using System; using System.Collections.Generic; using System.Text; namespace zero.Core.Utils { public enum TableFormat { Csv = 0, Excel = 1 } }