Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-api
Commits
0457ced1
Commit
0457ced1
authored
Oct 30, 2025
by
R10
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release_gdghg' of
ssh://gitlab.gsstcloud.com:10022/poc/poc-api
into release_gdghg
parents
d820cd19
d6006c14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
18 deletions
+5
-18
AirportPDFPaperMessage.java
...ava/cn/com/poc/message/entity/AirportPDFPaperMessage.java
+5
-18
No files found.
src/main/java/cn/com/poc/message/entity/AirportPDFPaperMessage.java
View file @
0457ced1
...
@@ -11,26 +11,13 @@ import java.util.Map;
...
@@ -11,26 +11,13 @@ import java.util.Map;
*/
*/
public
class
AirportPDFPaperMessage
{
public
class
AirportPDFPaperMessage
{
// 1. 规则列表
private
Long
taskId
;
private
List
<
Integer
>
ruleIdList
;
public
Long
getTaskId
()
{
// 2. 文件映射
return
taskId
;
private
Map
<
String
,
String
>
fileMap
;
public
List
<
Integer
>
getRuleIdList
()
{
return
ruleIdList
;
}
public
void
setRuleIdList
(
List
<
Integer
>
ruleIdList
)
{
this
.
ruleIdList
=
ruleIdList
;
}
public
Map
<
String
,
String
>
getFileMap
()
{
return
fileMap
;
}
}
public
void
set
FileMap
(
Map
<
String
,
String
>
fileMap
)
{
public
void
set
TaskId
(
Long
taskId
)
{
this
.
fileMap
=
fileMap
;
this
.
taskId
=
taskId
;
}
}
}
}
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