|
@@ -1,5 +1,6 @@
|
|
|
package com.gree.mall.miniapp.bean.apply;
|
|
|
|
|
|
+import com.gree.mall.miniapp.plus.entity.WorkerInvolveApply;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
@@ -8,7 +9,7 @@ import java.math.BigDecimal;
|
|
|
|
|
|
@ApiModel
|
|
|
@Data
|
|
|
-public class WorkerInvolveApplyVO {
|
|
|
+public class WorkerInvolveApplyVO {
|
|
|
|
|
|
@ApiModelProperty(value = "工单编号")
|
|
|
private String orderBaseId;
|
|
@@ -26,6 +27,9 @@ public class WorkerInvolveApplyVO {
|
|
|
@ApiModelProperty(value = "申请费用")
|
|
|
private BigDecimal maintenancePricePass;
|
|
|
|
|
|
+ @ApiModelProperty(value = "1 待网点审核 2驳回重申 3待中心审核 4驳回禁止申诉 5通过审核 ")
|
|
|
+ private Integer status;
|
|
|
+
|
|
|
|
|
|
@ApiModelProperty(value = "省")
|
|
|
private String province;
|