Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
0e170f94
Commit
0e170f94
authored
Dec 22, 2021
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手机端下载装备信息添加默认值
parent
a7984014
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
AppDownloadVO.java
...m/yeejoin/equipmanage/common/entity/vo/AppDownloadVO.java
+10
-9
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/entity/vo/AppDownloadVO.java
View file @
0e170f94
...
...
@@ -4,6 +4,7 @@ import com.yeejoin.equipmanage.common.entity.*;
import
com.yeejoin.equipmanage.common.vo.BuildingTreeVo
;
import
lombok.Data
;
import
java.util.ArrayList
;
import
java.util.List
;
/**
...
...
@@ -18,47 +19,47 @@ public class AppDownloadVO {
/**
* 装备
*/
private
List
<
DownloadEquipmentDataVO
>
downloadEquipmentDatas
;
private
List
<
DownloadEquipmentDataVO
>
downloadEquipmentDatas
=
new
ArrayList
<>()
;
/**
* 车辆
*/
private
List
<
Car
>
downloadCarDatas
;
private
List
<
Car
>
downloadCarDatas
=
new
ArrayList
<>()
;
/**
* 建筑
*/
private
List
<
BuildingTreeVo
>
buildTree
;
private
List
<
BuildingTreeVo
>
buildTree
=
new
ArrayList
<>()
;
/**
*设备对应性能指标
*/
private
List
<
EquipmentSpecificIndex
>
equipmentSpecificIndexs
;
private
List
<
EquipmentSpecificIndex
>
equipmentSpecificIndexs
=
new
ArrayList
<>()
;
/**
*性能指标模板
*/
private
List
<
EquipmentIndex
>
equipmentIndex
;
private
List
<
EquipmentIndex
>
equipmentIndex
=
new
ArrayList
<>()
;
/**
*货位
*/
private
List
<
WarehouseStructure
>
warehouseStructure
;
private
List
<
WarehouseStructure
>
warehouseStructure
=
new
ArrayList
<>()
;
/**
* 车载装备
*/
private
List
<
EquipmentOnCar
>
equipmentOnCar
;
private
List
<
EquipmentOnCar
>
equipmentOnCar
=
new
ArrayList
<>()
;
/**
* 车载灭火药剂
*/
private
List
<
ExtinguishantOnCar
>
extinguishantOnCar
;
private
List
<
ExtinguishantOnCar
>
extinguishantOnCar
=
new
ArrayList
<>()
;
/**
*报废原因
*/
private
List
<
SystemDic
>
reason
;
private
List
<
SystemDic
>
reason
=
new
ArrayList
<>()
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment