git-svn-id: http://192.168.1.226/svn/proxy@452 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | public static final String VISIT_TYPE = "visit_type";
|
| | | }
|
| | |
|
| | | public static class Page {
|
| | | public static final String PAGE_SIZE = "pageSize";
|
| | | public static final String PAGE_NUM = "pageNum";
|
| | | }
|
| | |
|
| | | }
|
| | |
| | | private String code;
|
| | | private String message;
|
| | | private Object data;
|
| | | private int totalPages;
|
| | |
|
| | |
|
| | | public String getCode() {
|
| | | return code;
|
| | | }
|
| | |
| | | public List getDataObject(Class requiredType) {
|
| | | return null;
|
| | | }
|
| | |
|
| | | public int getTotalPages() {
|
| | | return totalPages;
|
| | | }
|
| | | public void setTotalPages(int totalPages) {
|
| | | this.totalPages = totalPages;
|
| | | }
|
| | |
|
| | |
|
| | | }
|