feat:跳转

This commit is contained in:
苏竹红
2025-08-27 14:45:29 +08:00
parent eae27a530e
commit 5debcb3147
2 changed files with 7 additions and 1 deletions

View File

@@ -33,4 +33,8 @@ public class StoreMessageVO {
@ApiModelProperty("今日必办")
private Integer todayTask;
private Integer jumpType;
private String jumpUrl;
}