feat:跳转链接
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -79,4 +79,8 @@ public class NoticeDTO {
|
|||||||
|
|
||||||
private String storeInfo;
|
private String storeInfo;
|
||||||
|
|
||||||
|
private Integer jump_type;
|
||||||
|
|
||||||
|
private String jump_url;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user