Merge branch 'feature/REQ-3045' into dev

This commit is contained in:
yanglin 2024-10-14 15:45:57 +08:00
commit f248417195

View File

@ -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) {