kongdeqiang
2024-09-26 1d42efe4cbd6b1028a28ff7f3ef2b3d721051c2f
src/main/java/com/boying/entity/OutPark.java
@@ -69,6 +69,13 @@
    private LocalDateTime enterTime;
    /**
     * 支付时间
     */
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime payTime;
    /**
     * 订单号
     */
    private String code;
@@ -78,11 +85,31 @@
     */
    private String code2;
    /**
     * 商户流水号
     */
    private String txnOrderId;
    /**
     * 商户交易时间
     */
    private String txnOrderTime;
    /**
     * 平台交易时间
     */
    private String respTxnTime;
    /**
     * 缴款码
     */
    private String payCode;
    private String qrCode;
    /**
     * 0:未缴费  1:缴费
     */