123456789101112131415161718192021222324 |
- 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,
- /// <summary>
- /// 不作处理
- /// </summary>
- NO
- }
- }
|