Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
荆蔚杰
/
java.archive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
eb9984ea
authored
2021-11-29 11:32:03 +0800
by
荆蔚杰
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查询字段返回修改
1 parent
bfc97dda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/pashanhoo/archive/entity/vo/SearchArchiveVO.java
src/main/java/com/pashanhoo/archive/entity/vo/SearchArchiveVO.java
View file @
eb9984e
...
...
@@ -26,8 +26,8 @@ public class SearchArchiveVO implements Serializable {
/**
* 档案标识码
*/
@ApiModelProperty
(
name
=
"bsmArchive"
,
value
=
"档案标识码"
)
private
String
bsmArchive
;
@ApiModelProperty
(
name
=
"bsmArchive
s
"
,
value
=
"档案标识码"
)
private
String
bsmArchive
s
;
/**
* 档案状态
...
...
Please
register
or
sign in
to post a comment