public class DynamicUtil extends Object
| 构造器和说明 |
|---|
DynamicUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,Object> |
getList(Integer type,
String title,
String author,
String creater,
Integer status,
Long startAt,
Long endAt)
1、获取列表
|
static Map<String,Object> |
getLogin(String name)
登录
|
static Map<String,Object> |
getManagerList(Integer roleId,
String name)
manager列表搜索
|
public static Map<String,Object> getList(Integer type, String title, String author, String creater, Integer status, Long startAt, Long endAt)
type - title - author - creater - status - startAt - endAt - public static Map<String,Object> getManagerList(Integer roleId, String name)
roleId - name - Copyright © 2017. All rights reserved.