1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- using QM.KJGH.Model.Enums;
- using System;
- using System.Collections.Generic;
- using WS;
- using WS.Orm;
- namespace QM.KJGH.CGGL.Model.CGSBT
- {
- public class CghjCgcxVo
- {
-
-
-
- public object records { get; set; }
-
-
-
- public int total { get; set; }
-
-
-
- public int size { get; set; }
-
-
-
- public int current { get; set; }
-
-
-
- public object orders { get; set; }
-
-
-
- public string optimizeCountSql { get; set; }
-
-
-
- public string searchCount { get; set; }
-
-
-
- public string countId { get; set; }
-
-
-
- public string maxLimit { get; set; }
-
-
-
- public int pages { get; set; }
- }
- }
|