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

添加站点事项过滤

parent 70add786
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId> <artifactId>spring-test</artifactId>
<version>RELEASE</version> <version>2.3.9.RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -25,6 +25,17 @@ Content-Type: application/json ...@@ -25,6 +25,17 @@ Content-Type: application/json
"size": 10 "size": 10
} }
###基础事项差集列表
POST {{baseUrl}}/matter/sublist
Content-Type: application/json
{
"areaCode": "513426000000",
"siteId": 35,
"page": 1,
"size": 10
}
###基础事项更新与保存 ###基础事项更新与保存
POST {{baseUrl}}/matter/save 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