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
8a0a5b00
Commit
8a0a5b00
authored
Dec 17, 2021
by
高建强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item:视频监控导入导出所属机构属性扩展
parent
9f03ff0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
VideoDownloadVO.java
...yeejoin/equipmanage/common/entity/vo/VideoDownloadVO.java
+11
-5
VideoServiceImpl.java
...om/yeejoin/equipmanage/service/impl/VideoServiceImpl.java
+2
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/entity/vo/VideoDownloadVO.java
View file @
8a0a5b00
...
...
@@ -25,19 +25,25 @@ public class VideoDownloadVO implements Serializable {
@ExcelProperty
(
value
=
"token"
,
index
=
3
)
private
String
token
;
@ExcelProperty
(
value
=
"所属建筑编码"
,
index
=
4
)
@ExcelProperty
(
value
=
"机构编码"
,
index
=
4
)
private
String
bizOrgCode
;
@ExcelProperty
(
value
=
"机构/部门名称"
,
index
=
5
)
private
String
bizOrgName
;
@ExcelProperty
(
value
=
"所属建筑编码"
,
index
=
6
)
private
String
buildingCodes
;
@ExcelProperty
(
value
=
"关联消防设备编码(多个分号分隔)"
,
index
=
5
)
@ExcelProperty
(
value
=
"关联消防设备编码(多个分号分隔)"
,
index
=
7
)
private
String
equipmentSpecificCodes
;
@ExcelProperty
(
value
=
"详细地址"
,
index
=
6
)
@ExcelProperty
(
value
=
"详细地址"
,
index
=
8
)
private
String
address
;
@ExcelProperty
(
value
=
"备注"
,
index
=
7
)
@ExcelProperty
(
value
=
"备注"
,
index
=
9
)
private
String
remark
;
@ExcelProperty
(
value
=
"关联电力设备编码(多个分号分隔)"
,
index
=
8
)
@ExcelProperty
(
value
=
"关联电力设备编码(多个分号分隔)"
,
index
=
10
)
private
String
importantEquipmentCodes
;
}
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/VideoServiceImpl.java
View file @
8a0a5b00
...
...
@@ -382,6 +382,8 @@ public class VideoServiceImpl extends ServiceImpl<VideoMapper, Video> implements
video
.
setCode
(
x
.
getCode
());
video
.
setRemark
(
x
.
getRemark
());
video
.
setAddress
(
x
.
getAddress
());
video
.
setBizOrgCode
(
x
.
getBizOrgCode
());
video
.
setBizOrgName
(
x
.
getBizOrgName
());
videos
.
add
(
video
);
this
.
baseMapper
.
insert
(
video
);
// 处理监控和建筑关系
...
...
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