public class GroupLogDao extends Object
| Modifier and Type | Field and Description |
|---|---|
static GroupLogDao |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(GroupLogModel... logs) |
void |
insert(List<GroupLogModel> logs) |
List<GroupLog> |
query(String condition,
List<Object> args) |
List<GroupLog> |
select(GroupLogModel filter) |
public static final GroupLogDao INSTANCE
public List<GroupLog> select(GroupLogModel filter)
public void insert(GroupLogModel... logs)
public void insert(List<GroupLogModel> logs)
Copyright © 2020 org.mydotey. All rights reserved.