Commit 9fb3d013 authored by 廖旭伟's avatar 廖旭伟

综窗接口查询参数

parent acc060fc
...@@ -32,4 +32,9 @@ public class AcceptHandlingPdu { ...@@ -32,4 +32,9 @@ public class AcceptHandlingPdu {
private String isStaging; private String isStaging;
private Object thingId; private Object thingId;
/**
* 申报来源1, 自助端申报 2, 移动端申报 3,第三方申报
*/
private Integer applyType=1;
} }
...@@ -17,4 +17,8 @@ public class SyntheticalMatterQuery { ...@@ -17,4 +17,8 @@ public class SyntheticalMatterQuery {
private String crossFlag; private String crossFlag;
/**事项名称,模糊查找 */ /**事项名称,模糊查找 */
private String implementName; private String implementName;
/**
* 申报来源1, 自助端申报 2, 移动端申报 3,第三方申报
*/
private Integer applyType=1;
} }
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