Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
shun peng
/
lufa-ai
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8961b79c
authored
Aug 02, 2026
by
pengshun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add file url to policy notification
parent
5712f1e9
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
0 deletions
+8
-0
.DS_Store
+0
-0
lufa_deploy/.DS_Store
+0
-0
ruoyi-vue-pro-master-jdk17/yudao-module-ai/yudao-module-ai-biz/src/main/java/cn/iocoder/yudao/module/ai/controller/admin/agent/vo/AiAgentPolicyNotifyCreateReqVO.java
+3
-0
ruoyi-vue-pro-master-jdk17/yudao-module-ai/yudao-module-ai-biz/src/main/java/cn/iocoder/yudao/module/ai/controller/admin/agent/vo/AiAgentPolicyNotifyRespVO.java
+3
-0
ruoyi-vue-pro-master-jdk17/yudao-module-ai/yudao-module-ai-biz/src/main/java/cn/iocoder/yudao/module/ai/dal/dataobject/model/AiAgentPolicyNotifyDO.java
+2
-0
No files found.
.DS_Store
View file @
8961b79c
No preview for this file type
lufa_deploy/.DS_Store
View file @
8961b79c
No preview for this file type
ruoyi-vue-pro-master-jdk17/yudao-module-ai/yudao-module-ai-biz/src/main/java/cn/iocoder/yudao/module/ai/controller/admin/agent/vo/AiAgentPolicyNotifyCreateReqVO.java
View file @
8961b79c
...
...
@@ -21,6 +21,9 @@ public class AiAgentPolicyNotifyCreateReqVO {
@Schema
(
description
=
"政策原文链接"
,
example
=
"https://example.com/policy/123"
)
private
String
policySourceUrl
;
@Schema
(
description
=
"导出PDF文件链接"
,
example
=
"https://example.com/policy/123"
)
private
String
fileUrl
;
@Schema
(
description
=
"校验时间"
,
example
=
"1757376000000"
)
private
LocalDateTime
checkTime
;
...
...
ruoyi-vue-pro-master-jdk17/yudao-module-ai/yudao-module-ai-biz/src/main/java/cn/iocoder/yudao/module/ai/controller/admin/agent/vo/AiAgentPolicyNotifyRespVO.java
View file @
8961b79c
...
...
@@ -30,6 +30,9 @@ public class AiAgentPolicyNotifyRespVO {
@Schema
(
description
=
"政策原文链接"
,
example
=
"https://example.com/policy/123"
)
private
String
policySourceUrl
;
@Schema
(
description
=
"导出PDF文件链接"
,
example
=
"https://example.com/policy/123"
)
private
String
fileUrl
;
@Schema
(
description
=
"详情"
,
example
=
"详细内容..."
)
private
String
details
;
...
...
ruoyi-vue-pro-master-jdk17/yudao-module-ai/yudao-module-ai-biz/src/main/java/cn/iocoder/yudao/module/ai/dal/dataobject/model/AiAgentPolicyNotifyDO.java
View file @
8961b79c
...
...
@@ -63,6 +63,8 @@ public class AiAgentPolicyNotifyDO extends BaseDO {
*/
private
String
policySourceUrl
;
private
String
fileUrl
;
/**
* 详情
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment