feat:跳转链接

This commit is contained in:
苏竹红
2025-09-05 13:39:29 +08:00
parent 5d1f424d5b
commit 339f42ab06
2 changed files with 6 additions and 0 deletions

View File

@@ -77,6 +77,8 @@
create_user_id as createUserId, create_user_id as createUserId,
create_time as createTime, create_time as createTime,
handle_person_info as handlePersonInfo, handle_person_info as handlePersonInfo,
jump_type as jumpType,
jump_url as jumpUrl,
store_info as storeInfo store_info as storeInfo
FROM zxjp_message_template FROM zxjp_message_template
WHERE deleted = 0 WHERE deleted = 0

View File

@@ -79,4 +79,8 @@ public class NoticeDTO {
private String storeInfo; private String storeInfo;
private Integer jump_type;
private String jump_url;
} }