using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.Dtos { public enum DateType { Year=1, Month=2, Day=3 } }