Commit 1de2c28d authored by 赵啸非's avatar 赵啸非

添加申请页面抓取

parent db1e17a1
......@@ -34,10 +34,14 @@ public class AppDatasetVo extends BaseEntityLong {
private List<Long> idList;
private List<String> fieldNameList;
private List<String> fieldValueList;
/** OR条件集合,列表项之间是OR,项内容之间是AND,如:(list[0].1 and list[0].2) or (list[1].3 and list[1].4) */
private List<AppDatasetEntity> orConditionList;
private List<AppDatasetQuery> orConditionList;
/** AND条件集合,列表项之间是AND,项内容之间是OR,如:(list[0].1 or list[0].2) and (list[1].3 or list[1].4) */
private List<AppDatasetEntity> andConditionList;
private List<AppDatasetQuery> andConditionList;
}
\ No newline at end of file
......@@ -31,7 +31,7 @@ Content-Type: application/json
{
"appId": 20,
"andConditionList": [
"orConditionList": [
{
"fieldName": "制定机关",
"fieldValue": "%四川省人民政府%"
......
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