|
|
@ -217,6 +217,13 @@ public class ShopOrder implements Serializable { |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private LocalDateTime expirationTime; |
|
|
|
|
|
|
|
@Schema(description = "评价状态 0未评价 1已评价") |
|
|
|
private Integer evaluateStatus; |
|
|
|
|
|
|
|
@Schema(description = "评价时间") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private LocalDateTime evaluateTime; |
|
|
|
|
|
|
|
@Schema(description = "对账情况:0=未对账;1=已对账;3=已对账,金额对不上;4=未查询到该订单") |
|
|
|
private Integer checkBill; |
|
|
|
|
|
|
|