| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.util.Date; |
| | | |
| | | @Data |
| | | @ApiModel(value = "JhyOrderListVo", description = "集物员订单列表返回参数类") |
| | | public class JhyOrderListVo { |
| | |
| | | @ApiModelProperty(value = "重量") |
| | | private String weight; |
| | | |
| | | @ApiModelProperty(value = "取货时间") |
| | | private String receivingTime; |
| | | |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | |
| | |
| | | ,a.weight |
| | | ,a.status |
| | | ,a.remark |
| | | ,date_format(a.receiving_time, '%Y-%m-%d %H:%d') receivingTime |
| | | ,CONCAT(a.reserve_date, ' ', a.reserve_time) reserveTime |
| | | ,GROUP_CONCAT(b.title) items |
| | | ,c.username jhyName |