Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RuiPengLoopbackApi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
黄卓然
RuiPengLoopbackApi
Commits
1521e31c
Commit
1521e31c
authored
5 years ago
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
7cf7ba3d
Changes
25
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
5395 additions
and
3501 deletions
+5395
-3501
main-billbrandnum.js
common/models/main-billbrandnum.js
+5
-0
main-billbrandnum.json
common/models/main-billbrandnum.json
+63
-0
main-billtotalrevenue.js
common/models/main-billtotalrevenue.js
+5
-0
main-billtotalrevenue.json
common/models/main-billtotalrevenue.json
+63
-0
main-cosmetology.json
common/models/main-cosmetology.json
+7
-7
main-countbill.json
common/models/main-countbill.json
+2
-2
main-day.json
common/models/main-day.json
+7
-7
main-expre.js
common/models/main-expre.js
+5
-0
main-expre.json
common/models/main-expre.json
+4
-4
main-fonlineteachers.js
common/models/main-fonlineteachers.js
+0
-5
main-forteachers.js
common/models/main-forteachers.js
+5
-0
main-forteachers.json
common/models/main-forteachers.json
+4
-4
main-goldteachers.js
common/models/main-goldteachers.js
+5
-0
main-goldteachers.json
common/models/main-goldteachers.json
+63
-0
main-offlineteachers.js
common/models/main-offlineteachers.js
+0
-5
main-petdoc.js
common/models/main-petdoc.js
+5
-0
main-petdoc.json
common/models/main-petdoc.json
+9
-9
main-register.json
common/models/main-register.json
+7
-7
main-totalhosnum.js
common/models/main-totalhosnum.js
+5
-0
main-totalhosnum.json
common/models/main-totalhosnum.json
+6
-6
mian-fofflineteachers.js
common/models/mian-fofflineteachers.js
+0
-5
mian-petdoco.js
common/models/mian-petdoco.js
+5
-0
mian-petdoco.json
common/models/mian-petdoco.json
+63
-0
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+5001
-3400
model-config.json
server/model-config.json
+56
-40
No files found.
common/models/main-billbrandnum.js
0 → 100644
View file @
1521e31c
'use strict'
;
module
.
exports
=
function
(
Mainbillbrandnum
)
{
};
This diff is collapsed.
Click to expand it.
common/models/main-billbrandnum.json
0 → 100644
View file @
1521e31c
{
"name"
:
"MainBillbrandnum"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"main_billbrandnum"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
32
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
This diff is collapsed.
Click to expand it.
common/models/main-billtotalrevenue.js
0 → 100644
View file @
1521e31c
'use strict'
;
module
.
exports
=
function
(
Mainbilltotalrevenue
)
{
};
This diff is collapsed.
Click to expand it.
common/models/main-billtotalrevenue.json
0 → 100644
View file @
1521e31c
{
"name"
:
"MainBilltotalrevenue"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"main_billtotalrevenue"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
46
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
46
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
This diff is collapsed.
Click to expand it.
common/models/main-cosmetology.json
View file @
1521e31c
...
...
@@ -28,13 +28,13 @@
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
6
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
6
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
...
...
@@ -44,14 +44,14 @@
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
1
0
,
"scale"
:
0
,
"precision"
:
1
1
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"
in
t"
,
"dataType"
:
"
floa
t"
,
"dataLength"
:
null
,
"dataPrecision"
:
1
0
,
"dataScale"
:
0
,
"dataPrecision"
:
1
1
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
}
...
...
This diff is collapsed.
Click to expand it.
common/models/main-countbill.json
View file @
1521e31c
...
...
@@ -28,13 +28,13 @@
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
4
,
"length"
:
6
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
4
,
"dataLength"
:
6
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
...
...
This diff is collapsed.
Click to expand it.
common/models/main-day.json
View file @
1521e31c
...
...
@@ -28,13 +28,13 @@
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
4
,
"length"
:
3
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
4
,
"dataLength"
:
3
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
...
...
@@ -44,14 +44,14 @@
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
1
0
,
"scale"
:
0
,
"precision"
:
1
1
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"
in
t"
,
"dataType"
:
"
floa
t"
,
"dataLength"
:
null
,
"dataPrecision"
:
1
0
,
"dataScale"
:
0
,
"dataPrecision"
:
1
1
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
}
...
...
This diff is collapsed.
Click to expand it.
common/models/main-
billbrand
.js
→
common/models/main-
expre
.js
View file @
1521e31c
'use strict'
;
module
.
exports
=
function
(
Main
billbrand
)
{
module
.
exports
=
function
(
Main
expre
)
{
};
This diff is collapsed.
Click to expand it.
common/models/main-
fonlineteachers
.json
→
common/models/main-
expre
.json
View file @
1521e31c
{
"name"
:
"Main
Fonlineteachers
"
,
"name"
:
"Main
Expre
"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
...
...
@@ -7,7 +7,7 @@
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"main_
fonlineTeachers
"
"table"
:
"main_
expre
"
},
"properties"
:
{
"id"
:
{
...
...
@@ -28,13 +28,13 @@
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
10
,
"length"
:
4
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
10
,
"dataLength"
:
4
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
...
...
This diff is collapsed.
Click to expand it.
common/models/main-fonlineteachers.js
deleted
100644 → 0
View file @
7cf7ba3d
'use strict'
;
module
.
exports
=
function
(
Mainfonlineteachers
)
{
};
This diff is collapsed.
Click to expand it.
common/models/main-forteachers.js
0 → 100644
View file @
1521e31c
'use strict'
;
module
.
exports
=
function
(
Mainforteachers
)
{
};
This diff is collapsed.
Click to expand it.
common/models/m
ian-foffline
teachers.json
→
common/models/m
ain-for
teachers.json
View file @
1521e31c
{
"name"
:
"M
ianFoffline
teachers"
,
"name"
:
"M
ainFor
teachers"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
...
...
@@ -7,7 +7,7 @@
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"m
ian_foffline
Teachers"
"table"
:
"m
ain_for
Teachers"
},
"properties"
:
{
"id"
:
{
...
...
@@ -28,13 +28,13 @@
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
10
,
"length"
:
4
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
10
,
"dataLength"
:
4
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
...
...
This diff is collapsed.
Click to expand it.
common/models/main-goldteachers.js
0 → 100644
View file @
1521e31c
'use strict'
;
module
.
exports
=
function
(
Maingoldteachers
)
{
};
This diff is collapsed.
Click to expand it.
common/models/main-goldteachers.json
0 → 100644
View file @
1521e31c
{
"name"
:
"MainGoldteachers"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"main_goldteachers"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
true
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"bigint"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
0
,
"nullable"
:
"N"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
This diff is collapsed.
Click to expand it.
common/models/main-offlineteachers.js
deleted
100644 → 0
View file @
7cf7ba3d
'use strict'
;
module
.
exports
=
function
(
Mainofflineteachers
)
{
};
This diff is collapsed.
Click to expand it.
common/models/main-petdoc.js
0 → 100644
View file @
1521e31c
'use strict'
;
module
.
exports
=
function
(
Mainpetdoc
)
{
};
This diff is collapsed.
Click to expand it.
common/models/main-
offlineteachers
.json
→
common/models/main-
petdoc
.json
View file @
1521e31c
{
"name"
:
"Main
Offlineteachers
"
,
"name"
:
"Main
Petdoc
"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
...
...
@@ -7,7 +7,7 @@
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"main_
offlineTeachers
"
"table"
:
"main_
petdoc
"
},
"properties"
:
{
"id"
:
{
...
...
@@ -40,18 +40,18 @@
"nullable"
:
"N"
}
},
"va
ul
e"
:
{
"va
lu
e"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
23
,
"scale"
:
null
,
"precision"
:
11
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"va
ul
e"
,
"dataType"
:
"
double
"
,
"columnName"
:
"va
lu
e"
,
"dataType"
:
"
float
"
,
"dataLength"
:
null
,
"dataPrecision"
:
23
,
"dataScale"
:
null
,
"dataPrecision"
:
11
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
}
...
...
This diff is collapsed.
Click to expand it.
common/models/main-register.json
View file @
1521e31c
...
...
@@ -28,13 +28,13 @@
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
6
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
6
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
...
...
@@ -44,14 +44,14 @@
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
1
0
,
"scale"
:
0
,
"precision"
:
1
1
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"
in
t"
,
"dataType"
:
"
floa
t"
,
"dataLength"
:
null
,
"dataPrecision"
:
1
0
,
"dataScale"
:
0
,
"dataPrecision"
:
1
1
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
}
...
...
This diff is collapsed.
Click to expand it.
common/models/main-totalhosnum.js
0 → 100644
View file @
1521e31c
'use strict'
;
module
.
exports
=
function
(
Maintotalhosnum
)
{
};
This diff is collapsed.
Click to expand it.
common/models/main-
billbrand
.json
→
common/models/main-
totalhosnum
.json
View file @
1521e31c
{
"name"
:
"Main
Billbrand
"
,
"name"
:
"Main
Totalhosnum
"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
...
...
@@ -7,7 +7,7 @@
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"main_
billbrand
"
"table"
:
"main_
totalhosnum
"
},
"properties"
:
{
"id"
:
{
...
...
@@ -27,17 +27,17 @@
},
"name"
:
{
"type"
:
"String"
,
"required"
:
fals
e
,
"length"
:
200
,
"required"
:
tru
e
,
"length"
:
4
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
200
,
"dataLength"
:
4
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"
Y
"
"nullable"
:
"
N
"
}
},
"value"
:
{
...
...
This diff is collapsed.
Click to expand it.
common/models/mian-fofflineteachers.js
deleted
100644 → 0
View file @
7cf7ba3d
'use strict'
;
module
.
exports
=
function
(
Mianfofflineteachers
)
{
};
This diff is collapsed.
Click to expand it.
common/models/mian-petdoco.js
0 → 100644
View file @
1521e31c
'use strict'
;
module
.
exports
=
function
(
Mianpetdoco
)
{
};
This diff is collapsed.
Click to expand it.
common/models/mian-petdoco.json
0 → 100644
View file @
1521e31c
{
"name"
:
"MianPetdoco"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"mian_petdoco"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
6
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
6
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
11
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"float"
,
"dataLength"
:
null
,
"dataPrecision"
:
11
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
This diff is collapsed.
Click to expand it.
definitions/RuiPengLoopbackApi.yaml
View file @
1521e31c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
server/model-config.json
View file @
1521e31c
...
...
@@ -97,18 +97,6 @@
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainCosmetology"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainCountbill"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainDay"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainEachyear"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
...
...
@@ -121,18 +109,10 @@
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainFonlineteachers"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainHospitalnum"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainRegister"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainRealityrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
...
...
@@ -141,10 +121,6 @@
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainOfflineteachers"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainTotal"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
...
...
@@ -169,18 +145,6 @@
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainTotalorder"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MianFofflineteachers"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainTotalrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MianBilltotalrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
...
...
@@ -253,10 +217,6 @@
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainBillbrand"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"InterMarket"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
...
...
@@ -304,5 +264,61 @@
"MainRevenuehigh"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainBilltotalrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainCountbill"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainBillbrandnum"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainGoldteachers"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainForteachers"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MianPetdoco"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainPetdoc"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainExpre"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainDay"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainTotalhosnum"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainTotalorder"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainTotalrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainCosmetology"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"MainRegister"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
}
}
This diff is collapsed.
Click to expand it.
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