cloudroam
2024-09-23 99d6b761604640cb37e7299332b1b722cfc559f3
src/main/java/com/mzl/flower/dto/response/payment/OrderSettlementDetailDTO.java
@@ -52,4 +52,9 @@
    @JsonFormat(pattern="yyyy-MM-dd" ,timezone="GMT+8")
    @DateTimeFormat
    private LocalDateTime checkTime;
    @ApiModelProperty(value = "订单号")
    private String orderNo;
    private String orderId;
}