From 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 19 七月 2022 21:49:55 +0800
Subject: [PATCH] 优化添加设备 功能
---
java110-bean/src/main/java/com/java110/dto/repair/RepairDto.java | 281 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 276 insertions(+), 5 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/repair/RepairDto.java b/java110-bean/src/main/java/com/java110/dto/repair/RepairDto.java
old mode 100644
new mode 100755
index bc9f9ab..e79c849
--- a/java110-bean/src/main/java/com/java110/dto/repair/RepairDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/repair/RepairDto.java
@@ -1,9 +1,11 @@
package com.java110.dto.repair;
import com.java110.dto.PageDto;
+import com.java110.vo.api.junkRequirement.PhotoVo;
import java.io.Serializable;
import java.util.Date;
+import java.util.List;
/**
* @ClassName FloorDto
@@ -23,7 +25,6 @@
public static final String STATE_BACK = "1200";
//杞崟
public static final String STATE_TRANSFER = "1300";
-
//鐢宠鏀粯
public static final String STATE_PAY = "1400";
//鏀粯澶辫触
@@ -36,12 +37,17 @@
public static final String STATE_COMPLATE = "1900";
//鏈鐞嗕富鍔ㄧ粨鍗�
public static final String STATE_UNPROCESSED = "2000";
+ //鏆傚仠鎶ヤ慨鍗�
+ public static final String STATE_STOP = "2001";
public static final String REPAIR_WAY_GRABBING = "100"; //鎶㈠崟妯″紡
- public static final String REPAIR_WAY_TRAINING = "300"; //鎶㈠崟妯″紡
+ public static final String REPAIR_WAY_ASSIGN = "200"; //鎸囨淳妯″紡
+ public static final String REPAIR_WAY_TRAINING = "300"; //杞妯″紡
-
-
+ //鎶ヤ慨娓犻亾 D鍛樺伐浠e鎶ヤ慨 T鐢佃瘽鎶ヤ慨 Z涓氫富鑷富淇濅慨
+ public static final String REPAIR_CHANNEL_STAFF = "D"; //D鍛樺伐浠e鎶ヤ慨
+ public static final String REPAIR_CHANNEL_TEL = "T"; //T鐢佃瘽鎶ヤ慨
+ public static final String REPAIR_CHANNEL_OWNER = "Z"; //Z涓氫富鑷富淇濅慨
private String repairName;
private String appointmentTime;
@@ -50,12 +56,15 @@
private String repairId;
private String tel;
private String state;
+ private String[] statess;
+ private List<String> states;
private String stateName;
private String communityId;
private String roomId;
private String[] roomIds;
private String repairTypeName;
private String repairWay;
+ private String bId;
private String staffId;
@@ -73,7 +82,46 @@
private String repairObjType;
private String repairObjId;
private String repairObjName;
+ private List<PhotoVo> photos;
+ private String returnVisitFlag;
+ private String startRuId;
+ private String preRuId;
+ private String ruId;
+
+ private String returnVisitFlagName;
+ private String publicArea;
+ private String repairChannel;
+ private String maintenanceType;
+ private String reqSource;
+ private String visitType;
+ private String visitContext;
+ private List<String> repairChannels;
+ private String payType;
+
+ //涓氫富涓婁紶缁翠慨鍥剧墖
+ private List<PhotoVo> repairPhotos;
+ //缁翠慨鍓嶅浘鐗�
+ private List<PhotoVo> beforePhotos;
+ //缁翠慨鍚庡浘鐗�
+ private List<PhotoVo> afterPhotos;
+
+ //鎵�闇�鐗╂枡
+ private String repairMaterials;
+
+ //璐圭敤鏄庣粏
+ private String repairFee;
+
+ //缁煎悎璇勪环寰楀垎
+ private String appraiseScore;
+ //涓婇棬閫熷害璇勫垎
+ private String doorSpeedScore;
+ //缁翠慨鍛樻湇鍔¤瘎鍒�
+ private String repairmanServiceScore;
+ //骞冲潎鍒�
+ private String average;
+ private String repairSettingType;
+ private String repairSettingTypeName;
public String getRepairName() {
return repairName;
@@ -180,7 +228,6 @@
this.repairTypeName = repairTypeName;
}
-
public String getStaffId() {
return staffId;
}
@@ -268,4 +315,228 @@
public void setRepairObjName(String repairObjName) {
this.repairObjName = repairObjName;
}
+
+ public List<PhotoVo> getPhotos() {
+ return photos;
+ }
+
+ public void setPhotos(List<PhotoVo> photos) {
+ this.photos = photos;
+ }
+
+ public List<String> getStates() {
+ return states;
+ }
+
+ public void setStates(List<String> states) {
+ this.states = states;
+ }
+
+ public String[] getStatess() {
+ return statess;
+ }
+
+ public void setStatess(String[] statess) {
+ this.statess = statess;
+ }
+
+ public String getReturnVisitFlag() {
+ return returnVisitFlag;
+ }
+
+ public void setReturnVisitFlag(String returnVisitFlag) {
+ this.returnVisitFlag = returnVisitFlag;
+ }
+
+ public String getStartRuId() {
+ return startRuId;
+ }
+
+ public void setStartRuId(String startRuId) {
+ this.startRuId = startRuId;
+ }
+
+ public String getPreRuId() {
+ return preRuId;
+ }
+
+ public void setPreRuId(String preRuId) {
+ this.preRuId = preRuId;
+ }
+
+ public String getbId() {
+ return bId;
+ }
+
+ public void setbId(String bId) {
+ this.bId = bId;
+ }
+
+ public String getRuId() {
+ return ruId;
+ }
+
+ public void setRuId(String ruId) {
+ this.ruId = ruId;
+ }
+
+ public List<PhotoVo> getRepairPhotos() {
+ return repairPhotos;
+ }
+
+ public void setRepairPhotos(List<PhotoVo> repairPhotos) {
+ this.repairPhotos = repairPhotos;
+ }
+
+ public List<PhotoVo> getBeforePhotos() {
+ return beforePhotos;
+ }
+
+ public void setBeforePhotos(List<PhotoVo> beforePhotos) {
+ this.beforePhotos = beforePhotos;
+ }
+
+ public List<PhotoVo> getAfterPhotos() {
+ return afterPhotos;
+ }
+
+ public void setAfterPhotos(List<PhotoVo> afterPhotos) {
+ this.afterPhotos = afterPhotos;
+ }
+
+ public String getReturnVisitFlagName() {
+ return returnVisitFlagName;
+ }
+
+ public void setReturnVisitFlagName(String returnVisitFlagName) {
+ this.returnVisitFlagName = returnVisitFlagName;
+ }
+
+ public String getPublicArea() {
+ return publicArea;
+ }
+
+ public void setPublicArea(String publicArea) {
+ this.publicArea = publicArea;
+ }
+
+ public String getRepairChannel() {
+ return repairChannel;
+ }
+
+ public void setRepairChannel(String repairChannel) {
+ this.repairChannel = repairChannel;
+ }
+
+ public String getMaintenanceType() {
+ return maintenanceType;
+ }
+
+ public void setMaintenanceType(String maintenanceType) {
+ this.maintenanceType = maintenanceType;
+ }
+
+ public String getReqSource() {
+ return reqSource;
+ }
+
+ public void setReqSource(String reqSource) {
+ this.reqSource = reqSource;
+ }
+
+ public List<String> getRepairChannels() {
+ return repairChannels;
+ }
+
+ public void setRepairChannels(List<String> repairChannels) {
+ this.repairChannels = repairChannels;
+ }
+
+ public String getVisitType() {
+ return visitType;
+ }
+
+ public void setVisitType(String visitType) {
+ this.visitType = visitType;
+ }
+
+ public String getVisitContext() {
+ return visitContext;
+ }
+
+ public void setVisitContext(String visitContext) {
+ this.visitContext = visitContext;
+ }
+
+ public String getRepairMaterials() {
+ return repairMaterials;
+ }
+
+ public void setRepairMaterials(String repairMaterials) {
+ this.repairMaterials = repairMaterials;
+ }
+
+ public String getRepairFee() {
+ return repairFee;
+ }
+
+ public void setRepairFee(String repairFee) {
+ this.repairFee = repairFee;
+ }
+
+ public String getAppraiseScore() {
+ return appraiseScore;
+ }
+
+ public void setAppraiseScore(String appraiseScore) {
+ this.appraiseScore = appraiseScore;
+ }
+
+ public String getDoorSpeedScore() {
+ return doorSpeedScore;
+ }
+
+ public void setDoorSpeedScore(String doorSpeedScore) {
+ this.doorSpeedScore = doorSpeedScore;
+ }
+
+ public String getRepairmanServiceScore() {
+ return repairmanServiceScore;
+ }
+
+ public void setRepairmanServiceScore(String repairmanServiceScore) {
+ this.repairmanServiceScore = repairmanServiceScore;
+ }
+
+ public String getAverage() {
+ return average;
+ }
+
+ public void setAverage(String average) {
+ this.average = average;
+ }
+
+ public String getPayType() {
+ return payType;
+ }
+
+ public void setPayType(String payType) {
+ this.payType = payType;
+ }
+
+ public String getRepairSettingType() {
+ return repairSettingType;
+ }
+
+ public void setRepairSettingType(String repairSettingType) {
+ this.repairSettingType = repairSettingType;
+ }
+
+ public String getRepairSettingTypeName() {
+ return repairSettingTypeName;
+ }
+
+ public void setRepairSettingTypeName(String repairSettingTypeName) {
+ this.repairSettingTypeName = repairSettingTypeName;
+ }
}
--
Gitblit v1.8.0