|  |  | 
 |  |  | package com.dy.pipIrrGlobal.voSe; | 
 |  |  |  | 
 |  |  | import com.alibaba.fastjson2.annotation.JSONField; | 
 |  |  | import com.alibaba.fastjson2.writer.ObjectWriterImplToString; | 
 |  |  | import com.dy.common.po.BaseEntity; | 
 |  |  | import com.fasterxml.jackson.annotation.JsonFormat; | 
 |  |  | import io.swagger.v3.oas.annotations.media.Schema; | 
 |  |  | 
 |  |  |     private static final long serialVersionUID = 1L; | 
 |  |  |  | 
 |  |  |     @Schema(title = "ID") | 
 |  |  |     @JSONField(serializeUsing= ObjectWriterImplToString.class) | 
 |  |  |     private Long 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 Byte state; | 
 |  |  | 
 |  |  |     private Integer cardCost; | 
 |  |  |  | 
 |  |  |     @Schema(title = "补卡金额") | 
 |  |  |     @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
 |  |  |     private Double reissueAmount; | 
 |  |  |  | 
 |  |  |     @Schema(title = "支付方式") | 
 |  |  |     private Integer paymentId; | 
 |  |  |     //@Schema(title = "支付方式") | 
 |  |  |     //@JSONField(serializeUsing= ObjectWriterImplToString.class) | 
 |  |  |     //private Long paymentId; | 
 |  |  |     /** | 
 |  |  |      * 支付方式名称 | 
 |  |  |      */ | 
 |  |  |     private String paymentName; | 
 |  |  |  | 
 |  |  |     @Schema(title = "操作人") | 
 |  |  |     private String operator; |