using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace CP.Kjh.Models { public enum ViewEnum { KJXQ, KJH, SJH, KJLS, WF, INDEX, QGCINDEX, DFCINDEX, GPCINDEX, /// /// 不作处理 /// NO } }