| | |
| | | private String agencyMatters; |
| | | |
| | | @ApiModelProperty("货品件数") |
| | | private Integer num; |
| | | private String num; |
| | | |
| | | @ApiModelProperty("备注") |
| | | private String remark; |
| | |
| | | @ApiModelProperty("跑腿联系电话") |
| | | private String courierPhone; |
| | | |
| | | |
| | | @ApiModelProperty("评价id") |
| | | private Integer evaluationId; |
| | | |
| | | @ApiModelProperty("评分(0.5-5.0,支持半星") |
| | | @TableField("rating") |
| | | private BigDecimal rating; |
| | | |
| | | @ApiModelProperty("评价内容") |
| | | @TableField("content") |
| | | private String content; |
| | | |
| | | @ApiModelProperty("跑腿员-评价内容") |
| | | private String courierRating; |
| | | |
| | | @ApiModelProperty("跑腿员-评价内容") |
| | | private String courierContent; |
| | | } |