|
@@ -25,4 +25,10 @@ public class WorkerParamBean extends ZfireParamBean {
|
|
|
|
|
|
@ApiModelProperty(value = "是否忽略网点权限")
|
|
|
private Boolean ignoreWebsitRole;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "师傅手机号")
|
|
|
+ private String workerMobile;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "师傅名称")
|
|
|
+ private String workerName;
|
|
|
}
|