提交 8e091950 authored 作者: zhoushaopan's avatar zhoushaopan

fix(3d模块): 修改了库房参数的命名

修改了库房参数的命名
上级 8f56adad
...@@ -25,8 +25,8 @@ public class QueryTheWarehouseVo extends CustomPage { ...@@ -25,8 +25,8 @@ public class QueryTheWarehouseVo extends CustomPage {
@ApiModelProperty(value = "装备序列号", example = "123-1") @ApiModelProperty(value = "装备序列号", example = "123-1")
public String seqNumber; public String seqNumber;
@ApiModelProperty(value = "当前库房的id 我会取反操作") // @ApiModelProperty(value = "当前库房的id 我会取反操作")
private List<Integer> storageLocationIds; // private List<Integer> storageLocationIds;
@ApiModelProperty(value = "所属单位") @ApiModelProperty(value = "所属单位")
public String ownUnit; public String ownUnit;
...@@ -41,5 +41,5 @@ public class QueryTheWarehouseVo extends CustomPage { ...@@ -41,5 +41,5 @@ public class QueryTheWarehouseVo extends CustomPage {
// private Integer nonStorageLocationId; // private Integer nonStorageLocationId;
@ApiModelProperty(value = "库房id的集合") @ApiModelProperty(value = "库房id的集合")
private List<Integer> StorageLocationIds; private List<Integer> storageLocationIds;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论