Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
property-management
Commits
b59fc676
Commit
b59fc676
authored
Jun 02, 2021
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增图表API接口
parent
af3afc72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletions
+16
-1
jeecg-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/modules/demo/mock/MockController.java
+5
-1
jeecg-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/modules/demo/mock/json/getTubiao.json
+11
-0
No files found.
jeecg-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/modules/demo/mock/MockController.java
View file @
b59fc676
...
@@ -107,7 +107,11 @@ public class MockController {
...
@@ -107,7 +107,11 @@ public class MockController {
public
String
getCabinetCountInfo
()
{
public
String
getCabinetCountInfo
()
{
return
readJson
(
"classpath:org/jeecg/modules/demo/mock/json/getCntrNoCountInfo.json"
);
return
readJson
(
"classpath:org/jeecg/modules/demo/mock/json/getCntrNoCountInfo.json"
);
}
}
@GetMapping
(
value
=
"/report/getTubiao"
)
public
String
getTubiao
()
{
return
readJson
(
"classpath:org/jeecg/modules/demo/mock/json/getTubiao.json"
);
}
/**
/**
* 实时磁盘监控
* 实时磁盘监控
* @param request
* @param request
...
...
jeecg-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/modules/demo/mock/json/getTubiao.json
0 → 100644
View file @
b59fc676
{
"data"
:
[
{
"day"
:
"星期一"
,
"step"
:
1234
,
"assess"
:
"良"
},
{
"day"
:
"星期二"
,
"step"
:
1884
,
"assess"
:
"优"
},
{
"day"
:
"星期三"
,
"step"
:
1671
,
"assess"
:
"良+"
},
{
"day"
:
"星期四"
,
"step"
:
2197
,
"assess"
:
"优+"
},
{
"day"
:
"星期五"
,
"step"
:
1342
,
"assess"
:
"中"
},
{
"day"
:
"星期六"
,
"step"
:
545
,
"assess"
:
"差"
},
{
"day"
:
"星期日"
,
"step"
:
244
,
"assess"
:
"极差"
}
]}
\ 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