using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NXWMS.Client.Model.AppModels.Condition.Common
{
public class DataPageMd
{
///
/// 页码
///
public int PageNum { get; set; }
///
/// 每页数量
///
public int EveryPageQty { get; set; }
}
}