| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @Schema(title = "ID") |
| | | private Long id; |
| | | private String id; |
| | | |
| | | @Schema(title = "农户姓名") |
| | | private String clientName; |
| | | |
| | | @Schema(title = "农户编号") |
| | | private Long clientId; |
| | | private String clientNum; |
| | | |
| | | @Schema(title = "水卡地址") |
| | | private String cardAddr; |
| | | @Schema(title = "水卡编号") |
| | | private String cardNum; |
| | | |
| | | @Schema(title = "充值金额") |
| | | private Float amount; |
| | | |
| | | @Schema(title = "返回金额") |
| | | private Float refundAmount; |
| | | |
| | | @Schema(title = "充值后金额") |
| | | private Float afterRecharge; |
| | | |
| | | @Schema(title = "支付方式") |
| | | private Integer paymentId; |
| | | private String paymentName; |
| | | |
| | | @Schema(title = "水价") |
| | | private Float price; |