摘要: /** * DataGrid对象 * */ @SuppressWarnings("rawtypes") public class DataGrid { private int total = 0; private List rows = new ArrayList(); public int getTotal() { return total;//数据总数 } public... 阅读全文
posted @ 2016-12-23 20:36 GIScript 阅读(25543) 评论(0) 推荐(0) 编辑