| | |
| | | /// </summary> |
| | | public string Sort { set; get; } |
| | | |
| | | |
| | | public string Classify1 { set; get; } |
| | | public string Sort1 { set; get; } |
| | | |
| | | } |
| | | |
| | | public class SysCodeSearchEntity : SearchEntity |
| | |
| | | public string CreatetimeStr { get; set; } |
| | | |
| | | public string RecStatusName { get; set; } |
| | | |
| | | public string CommentsName { set; get; } |
| | | |
| | | public string Classify1 { get; set; } |
| | | public string Classify1Name { set; get; } |
| | | public string Classify2 { get; set; } |
| | | |
| | | public string[] Classify2s { get; set; } |
| | | public string[] Commentss { get; set; } |
| | | public string[] Contentss { get; set; } |
| | | public int[] Sorts { get; set; } |
| | | |
| | | public string[] CodeSns { get; set; } |
| | | |
| | | |
| | | |
| | | } |
| | | #endregion |
| | | |