| | |
| | | package com.ruoyi.worker.vo; |
| | | |
| | | import com.ruoyi.order.api.entity.WorkerOrderCountVO; |
| | | import com.ruoyi.worker.entity.MasterWorker; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | private MasterWorker workerInfo; |
| | | |
| | | @ApiModelProperty("订单统计") |
| | | private OrderCountVO orderCountInfo; |
| | | private WorkerOrderCountVO orderCountInfo; |
| | | |
| | | @ApiModelProperty("操作指导内容") |
| | | private String content; |
| | | |
| | | public HomePageInfoVO(MasterWorker workerInfo, OrderCountVO orderCountInfo, String content) { |
| | | public HomePageInfoVO(MasterWorker workerInfo, WorkerOrderCountVO orderCountInfo, String content) { |
| | | this.workerInfo = workerInfo; |
| | | this.orderCountInfo = orderCountInfo; |
| | | this.content = content; |