| | |
| | | import com.matrix.core.tools.InternationaUtil; |
| | | import com.matrix.core.tools.MdcUtil; |
| | | import com.matrix.core.tools.StringUtils; |
| | | import com.matrix.system.fenxiao.vo.ShopSalesmanApplyVo; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.HashMap; |
| | |
| | | public static AjaxResult buildSuccessInstance(List<?> rows, Integer total) { |
| | | return new AjaxResult(STATUS_SUCCESS, rows, total); |
| | | } |
| | | |
| | | public static AjaxResult buildSuccessInstance(List<?> rows, long total) { |
| | | return new AjaxResult(STATUS_SUCCESS, rows, Integer.parseInt(total+"")); |
| | | } |
| | | |
| | | |
| | | public static AjaxResult buildSuccessInstance(List<?> rows) { |
| | | return new AjaxResult(STATUS_SUCCESS, rows); |
| | |
| | | |
| | | |
| | | |
| | | |
| | | public Integer getTotal() { |
| | | return total; |
| | | } |