Merge branch 'feature/REQ-3045' into dev
This commit is contained in:
commit
f248417195
@ -16,7 +16,13 @@ import static java.util.stream.Collectors.toList;
|
||||
@Getter
|
||||
public class TodoModelV3 {
|
||||
|
||||
/**
|
||||
* 分组
|
||||
*/
|
||||
private List<TodoGroupV3> groups;
|
||||
/**
|
||||
* 按钮
|
||||
*/
|
||||
private List<TodoButtonV3> buttons;
|
||||
|
||||
public List<TodoGroupV3> getGroups(GroupType type) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user