Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
6b6e04e7
Commit
6b6e04e7
authored
Nov 14, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
677bdec6
788c8b2f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
526 additions
and
2 deletions
+526
-2
base-manager/src/main/java/com/mortals/xhx/module/app/model/AppQuery.java
.../main/java/com/mortals/xhx/module/app/model/AppQuery.java
+519
-1
base-manager/src/main/java/com/mortals/xhx/module/app/model/vo/AppVo.java
.../main/java/com/mortals/xhx/module/app/model/vo/AppVo.java
+6
-0
base-manager/src/test/java/com/mortals/httpclient/app/AppController.http
...c/test/java/com/mortals/httpclient/app/AppController.http
+1
-1
No files found.
base-manager/src/main/java/com/mortals/xhx/module/app/model/AppQuery.java
View file @
6b6e04e7
This diff is collapsed.
Click to expand it.
base-manager/src/main/java/com/mortals/xhx/module/app/model/vo/AppVo.java
View file @
6b6e04e7
...
...
@@ -55,4 +55,10 @@ public class AppVo extends BaseEntityLong {
*/
private
Long
targetAppId
;
/** 类型(1.应用程序,2.url)列表 */
private
List
<
Integer
>
appTypeList
;
/** 类型(1.应用程序,2.url)排除列表 */
private
List
<
Integer
>
appTypeNotList
;
}
\ No newline at end of file
base-manager/src/test/java/com/mortals/httpclient/app/AppController.http
View file @
6b6e04e7
...
...
@@ -25,7 +25,7 @@ Content-Type: application/json
{"siteId":"22","page":1,"size":-1}
{"siteId":"22",
appTypeList,
"page":1,"size":-1}
###自助终端应用更新与保存
...
...
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