using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Winsoft.GOV.Framework.Model { public enum County { LS = 0, LD, LQ, QT, YH, QY, JY, SC, SY, JN, KFQ } }