From ccd28a0c35e8fff74da6ef63042fb8a896d78f7f Mon Sep 17 00:00:00 2001
From: huanghongfa <huanghongfa123456>
Date: 星期三, 29 六月 2022 09:45:52 +0800
Subject: [PATCH] 单位服务统计

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/neighbor/ComActNeighborCircleAppDTO.java |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/neighbor/ComActNeighborCircleAppDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/neighbor/ComActNeighborCircleAppDTO.java
index 66d2f93..15d9422 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/neighbor/ComActNeighborCircleAppDTO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/neighbor/ComActNeighborCircleAppDTO.java
@@ -37,6 +37,19 @@
     @ApiModelProperty("使用类型(1.邻里圈 2.问题清单 3.需求清单)")
     private Integer belongType;
 
+    @ApiModelProperty(value = "处理状态 0 否 1是", example = "1")
+    private Integer solveStatus;
+
+    @ApiModelProperty(value = "接单人id", example = "1")
+    private Long solveId;
+
+    @ApiModelProperty(value = "查看求助列表 默认传1")
+    private Integer isHelp;
+
+    private String phone;
+
+    @ApiModelProperty("接单类型 1单位 2个人")
+    private Integer orderType;
     /**
      * 使用类型(1.邻里圈 2.问题清单 3.需求清单)
      */

--
Gitblit v1.7.1