This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
36
Wiki
Activity
Browse Source
fileId 添加
tags/24080901
PoffyZhang
1 year ago
parent
de8900637f
commit
fe2ea9d0df
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pmapi/src/main/java/com/ningdatech/pmapi/filemanage/model/vo/DocumentationVO.java
+ 3
- 0
pmapi/src/main/java/com/ningdatech/pmapi/filemanage/model/vo/DocumentationVO.java
View File
@@ -19,6 +19,9 @@ public class DocumentationVO {
@ApiModelProperty("主键")
private Long id;
@ApiModelProperty("文档ID")
private Long fileId;
@ApiModelProperty("文件名")
private String fileName;
Write
Preview
Loading…
Cancel
Save