Class EUListBean

java.lang.Object
net.mingsoft.basic.bean.EUListBean

public class EUListBean extends Object
给返回json对象,支持分页
Version:
版本号:
创建日期:2016年6月2日
历史修订:
Author:
铭飞团队
  • Constructor Details

    • EUListBean

      public EUListBean()
    • EUListBean

      public EUListBean(List rows, int total)
  • Method Details

    • getTotal

      public int getTotal()
    • setTotal

      public void setTotal(int total)
    • getRows

      public List getRows()
    • setRows

      public void setRows(List rows)