Commit efa35517 authored by 赵啸非's avatar 赵啸非

添加站点事项过滤

parent 70add786
......@@ -194,7 +194,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>RELEASE</version>
<version>2.3.9.RELEASE</version>
</dependency>
<dependency>
......
......@@ -25,6 +25,17 @@ Content-Type: application/json
"size": 10
}
###基础事项差集列表
POST {{baseUrl}}/matter/sublist
Content-Type: application/json
{
"areaCode": "513426000000",
"siteId": 35,
"page": 1,
"size": 10
}
###基础事项更新与保存
POST {{baseUrl}}/matter/save
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment