- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- namespace CP.Admin
- {
- public class CzViewHelp
- {
- public int cid { set; get; }
- public string name { set; get; }
- public string ename { set; get; }
- public int seq { set; get; }
- public bool check { set; get; }
- }
- }
|