查询字段返回修改
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -26,8 +26,8 @@ public class SearchArchiveVO implements Serializable { | ... | @@ -26,8 +26,8 @@ public class SearchArchiveVO implements Serializable { |
26 | /** | 26 | /** |
27 | * 档案标识码 | 27 | * 档案标识码 |
28 | */ | 28 | */ |
29 | @ApiModelProperty(name = "bsmArchive", value = "档案标识码") | 29 | @ApiModelProperty(name = "bsmArchives", value = "档案标识码") |
30 | private String bsmArchive; | 30 | private String bsmArchives; |
31 | 31 | ||
32 | /** | 32 | /** |
33 | * 档案状态 | 33 | * 档案状态 | ... | ... |
-
Please register or sign in to post a comment