Blame view

backend/service/src/test/resources/json/inputSet.json 295 Bytes
8d73e917   陈威   初始化提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[{
	"key": "startCity",
	"type": "java.lang.String",
	"bind": {
		"type": "2",
		"value": "sc"
	}
},{
	"key": "lastCity",
	"type": "java.lang.String",
	"bind": {
		"type": "2",
		"value": "lc"
	}
},{
	"key": "theDate",
	"type": "java.lang.String",
	"bind": {
		"type": "2",
		"value": "td"
	}
}]