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; } } }