|
@@ -22,10 +22,10 @@ public class WorkerInvolveApplyVO {
|
|
|
@ApiModelProperty(value = "工单id")
|
|
|
private String orderBaseId;
|
|
|
|
|
|
-
|
|
|
+ @ZfireField(tbName = "b")
|
|
|
@ApiModelProperty(value = "联系人")
|
|
|
private String linkName;
|
|
|
-
|
|
|
+ @ZfireField(tbName = "b")
|
|
|
@ApiModelProperty(value = "客户电话")
|
|
|
private String userMobile;
|
|
|
|
|
@@ -60,7 +60,7 @@ public class WorkerInvolveApplyVO {
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "网点编号")
|
|
|
- private String websitNumber;
|
|
|
+ private String websitId;
|
|
|
|
|
|
@ApiModelProperty(value = "网点名称")
|
|
|
private String websitName;
|