From 560db6a1036201e7e2ac50f34ad4a418f17eaba6 Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期一, 06 六月 2022 11:01:11 +0800
Subject: [PATCH] bug修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActEasyPhotoHandler.java |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActEasyPhotoHandler.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActEasyPhotoHandler.java
index 37f28c9..1dcc924 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActEasyPhotoHandler.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActEasyPhotoHandler.java
@@ -1,6 +1,7 @@
 package com.panzhihua.service_community.entity;
 
 import java.io.Serializable;
+import java.util.Date;
 
 import lombok.Data;
 
@@ -38,11 +39,40 @@
      */
     private Integer serviceType;
     /**
+     * 服务状态 0待执行 1已完成
+     */
+    private Integer status;
+    /**
+     * 发起人id
+     */
+    private Long senderId;
+
+    private Date createTime;
+    /**
+     * 得分
+     */
+    private Integer score;
+    /**
+     * 汇报内容
+     */
+    private String resultContent;
+    /**
+     * 汇报图片
+     */
+    private String resultUrl;
+    /**
      * 业务分类(1.随手拍 2.微心愿)
      */
     public interface ServiceType{
         int SSP = 1;
         int WXY = 2;
     }
+    /**
+     * 服务状态 0待执行 1已完成
+     */
+    public interface Status{
+        int DZX = 0;
+        int YWC= 1;
+    }
 }
 

--
Gitblit v1.7.1