liurunyu
5 天以前 0f2f2cfaeb23fc8f84ce13202bbc94fbc5644531
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voSe/VoWalletRecharge.java
@@ -29,9 +29,11 @@
    private String phone;
    @Schema(title = "充值金额")
    @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" )
    private Double amount;
    @Schema(title = "电子钱包余额")
    @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" )
    private Double afterRecharge;
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")