Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RuoYi-Vue-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
AI算法平台
RuoYi-Vue-master
Commits
872b625a
Commit
872b625a
authored
May 08, 2023
by
周昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改列表状态字段为String
parent
91941a8e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ruoyi-admin/src/main/java/com/ruoyi/algorithm/domain/dto/AlgorithmBaseListDto.java
.../com/ruoyi/algorithm/domain/dto/AlgorithmBaseListDto.java
+1
-1
ruoyi-admin/src/main/java/com/ruoyi/algorithm/domain/dto/AlgorithmCameraListDto.java
...om/ruoyi/algorithm/domain/dto/AlgorithmCameraListDto.java
+1
-1
ruoyi-admin/src/main/java/com/ruoyi/algorithm/domain/dto/AlgorithmPieceListDto.java
...com/ruoyi/algorithm/domain/dto/AlgorithmPieceListDto.java
+1
-1
ruoyi-admin/src/main/java/com/ruoyi/algorithm/domain/dto/AlgorithmSceneListDto.java
...com/ruoyi/algorithm/domain/dto/AlgorithmSceneListDto.java
+1
-1
No files found.
ruoyi-admin/src/main/java/com/ruoyi/algorithm/domain/dto/AlgorithmBaseListDto.java
View file @
872b625a
...
...
@@ -33,5 +33,5 @@ public class AlgorithmBaseListDto{
private
Long
sort
;
/** 帐号状态(0正常 */
private
Boolean
status
;
private
String
status
;
}
ruoyi-admin/src/main/java/com/ruoyi/algorithm/domain/dto/AlgorithmCameraListDto.java
View file @
872b625a
...
...
@@ -27,5 +27,5 @@ public class AlgorithmCameraListDto {
private
Long
sort
;
/** 状态 */
private
Boolean
status
;
private
String
status
;
}
ruoyi-admin/src/main/java/com/ruoyi/algorithm/domain/dto/AlgorithmPieceListDto.java
View file @
872b625a
...
...
@@ -29,7 +29,7 @@ public class AlgorithmPieceListDto {
private
Long
sort
;
/** 帐号状态(0正常 */
private
Boolean
status
;
private
String
status
;
/** 算法块对应Class */
private
String
clazz
;
...
...
ruoyi-admin/src/main/java/com/ruoyi/algorithm/domain/dto/AlgorithmSceneListDto.java
View file @
872b625a
...
...
@@ -38,7 +38,7 @@ public class AlgorithmSceneListDto {
private
Boolean
live
;
/** 帐号状态(0正常 */
private
Boolean
status
;
private
String
status
;
/** 摄像头id列表字符串 */
private
String
cameraIdList
;
...
...
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