Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
7e2b4d31
Commit
7e2b4d31
authored
Feb 02, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加批量激活设备
parent
9e321361
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
14 deletions
+9
-14
device-manager-ui/admin/src/views/app/publish/dialogshow.vue
device-manager-ui/admin/src/views/app/publish/dialogshow.vue
+1
-1
device-manager/db/params.sql
device-manager/db/params.sql
+1
-1
device-manager/src/main/java/com/mortals/xhx/module/app/model/AppPublishEntity.java
...va/com/mortals/xhx/module/app/model/AppPublishEntity.java
+7
-12
No files found.
device-manager-ui/admin/src/views/app/publish/dialogshow.vue
View file @
7e2b4d31
<
template
>
<!-- 弹出框表单 -->
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"
9
0%"
append-to-body
>
<el-dialog
:title=
"title"
:visible.sync=
"open"
width=
"
7
0%"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-row>
...
...
device-manager/db/params.sql
View file @
7e2b4d31
...
...
@@ -74,4 +74,4 @@ INSERT INTO `mortals_xhx_task` VALUES (9, '设备状态修正任务', 'deviceSta
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'设备资源部署细致'
,
NULL
,
NULL
,
'distribute_path'
,
'/home/publish/device-manager-ui/homeDeviceUrl'
,
1
,
4
,
0
,
NULL
,
'2022-11-14 10:02:41'
,
1
,
'系统管理员'
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'应用发布编码'
,
'appPublish'
,
NULL
,
'信息发布屏'
,
'information-publish
'
,
1
,
4
,
0
,
'appPublish'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'应用发布编码'
,
'appPublish'
,
NULL
,
'information-publish'
,
'信息发布屏
'
,
1
,
4
,
0
,
'appPublish'
,
NULL
,
NULL
,
NULL
);
device-manager/src/main/java/com/mortals/xhx/module/app/model/AppPublishEntity.java
View file @
7e2b4d31
package
com.mortals.xhx.module.app.model
;
import
java.util.List
;
import
java.util.ArrayList
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.mortals.framework.annotation.Excel
;
import
com.mortals.framework.model.BaseEntityLong
;
import
com.mortals.xhx.module.app.model.vo.AppPublishVo
;
/**
* 应用发布部署实体对象
...
...
@@ -180,18 +175,18 @@ public class AppPublishEntity extends AppPublishVo {
public
void
initAttrValue
(){
this
.
appCode
=
null
;
this
.
appCode
=
""
;
this
.
appName
=
null
;
this
.
appName
=
""
;
this
.
filePath
=
null
;
this
.
filePath
=
""
;
this
.
distributeFilePath
=
null
;
this
.
distributeFilePath
=
""
;
this
.
appType
=
null
;
this
.
appType
=
0
;
this
.
distribute
=
null
;
this
.
distribute
=
0
;
this
.
version
=
null
;
this
.
version
=
"1"
;
}
}
\ No newline at end of file
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