|
@@ -17,7 +17,7 @@ import java.util.Date;
|
|
|
@Data
|
|
|
@ApiModel
|
|
|
@ZfireField(tbName = "a")
|
|
|
-public class WorkerWarrantyVO {
|
|
|
+public class WorkerWarrantyVO {
|
|
|
|
|
|
@ZfireField(hide = true)
|
|
|
@ApiModelProperty(value = "质保id")
|
|
@@ -27,6 +27,9 @@ public class WorkerWarrantyVO {
|
|
|
@ApiModelProperty(value = "网点编号")
|
|
|
private String websitId;
|
|
|
|
|
|
+ @ApiModelProperty(value = "网点名称")
|
|
|
+ private String websitName;
|
|
|
+
|
|
|
@ApiModelProperty(value = "师傅编号")
|
|
|
private String workerNumber;
|
|
|
|