|
@@ -19,6 +19,9 @@ public class WorkerElecConfirmVO {
|
|
|
@ApiModelProperty(value = "所属公司编号")
|
|
|
private String belongCompanyCode;
|
|
|
|
|
|
+ @ApiModelProperty(value = "师傅编号")
|
|
|
+ private String workerNumber;
|
|
|
+
|
|
|
@ApiModelProperty(value = "师傅名称")
|
|
|
private String nickName;
|
|
|
|