Browse Source

fileId 添加

master
PoffyZhang 1 year ago
parent
commit
fe2ea9d0df
1 changed files with 3 additions and 0 deletions
  1. +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;



Loading…
Cancel
Save