namespace Dao { public enum StatisOption { None = 0, APID = 1, OPID = 2, SpID = 4, ClientID = 8, Province = 16, } }