Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-health-science
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
0
Merge Requests
0
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
徐俊
yn-health-science
Commits
f0ff946b
Commit
f0ff946b
authored
5 months ago
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
f0df4d63
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
ComDownloadDTO.java
...in/java/com/yiboshi/science/param/dto/ComDownloadDTO.java
+4
-0
ComDownloadController.java
...va/com/yiboshi/science/rest/v1/ComDownloadController.java
+10
-0
No files found.
science-admin/src/main/java/com/yiboshi/science/param/dto/ComDownloadDTO.java
View file @
f0ff946b
...
...
@@ -9,6 +9,7 @@ import lombok.EqualsAndHashCode;
import
org.hibernate.validator.constraints.Length
;
import
java.util.Date
;
import
java.util.List
;
/**
* 附件表DTO
...
...
@@ -45,4 +46,6 @@ public class ComDownloadDTO extends BaseDTO {
/** 附件说明 */
@ApiModelProperty
(
value
=
"附件说明"
,
position
=
3
)
private
String
fileExplain
;
/** 批量审核Id */
List
<
String
>
idList
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
science-admin/src/main/java/com/yiboshi/science/rest/v1/ComDownloadController.java
View file @
f0ff946b
...
...
@@ -60,4 +60,13 @@ public class ComDownloadController extends BaseController<ComDownloadService, Co
return
ResponseDataModel
.
ok
(
page
);
}
@ApiOperation
(
value
=
"申报书文件word转pdf"
,
httpMethod
=
"GET"
,
notes
=
"申报书文件word转pdf"
)
@GetMapping
@RequestMapping
(
"/getAllListByPage"
)
@PreAuthorize
(
"hasAnyRole('ADMIN')"
)
public
ResponseDataModel
<
String
>
fileConvert
(
@Validated
ComDownloadQueryVO
vo
,
BindingResult
bindingResult
)
{
return
ResponseDataModel
.
ok
(
""
);
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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