File was renamed from pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voSe/VoOperate.java |
| | |
| | | */ |
| | | |
| | | @Data |
| | | @Schema(title = "操作记录视图对象") |
| | | public class VoOperate implements BaseEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | @Schema(title = "交易记录视图对象") |
| | | public class VoTransaction implements BaseEntity { |
| | | private static final long serialVersionUID = 202401241705001L; |
| | | |
| | | @Schema(title = "村ID") |
| | | @Schema(title = "订单编号") |
| | | private Long orderNumber; |
| | | |
| | | @Schema(title = "村庄ID") |
| | | private Long villageId; |
| | | |
| | | @Schema(title = "区划名称串") |
| | | @Schema(title = "村庄") |
| | | private String districtTitle; |
| | | |
| | | @Schema(title = "农户编号") |
| | | private String clientNum; |
| | | |
| | | @Schema(title = "农户姓名") |
| | | @Schema(title = "姓名") |
| | | private String name; |
| | | |
| | | @Schema(title = "水卡编号") |
| | |
| | | @Schema(title = "身份证号") |
| | | private String idCard; |
| | | |
| | | @Schema(title = "手机号") |
| | | @Schema(title = "联系电话") |
| | | private String phone; |
| | | |
| | | @Schema(title = "充值金额") |
| | | private Float money; |
| | | |
| | | @Schema(title = "购卡金额") |
| | | private Integer cardCost; |
| | | |
| | | @Schema(title = "支付方式编号") |
| | | private Long paymentId; |
| | | |
| | | @Schema(title = "支付方式名称") |
| | | private String paymentMethod; |
| | | |
| | | @Schema(title = "业务类型") |
| | | private String operateType; |
| | |
| | | @Schema(title = "交易时间") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date operateDt; |
| | | private Date operateTime; |
| | | |
| | | @Schema(title = "余额") |
| | | private Float money; |
| | | |
| | | @Schema(title = "购水金额") |
| | | private Float waterCost; |
| | | |
| | | @Schema(title = "赠送金额") |
| | | private Float gift; |
| | | |
| | | @Schema(title = "购卡金额") |
| | | private Integer cardCost; |
| | | |
| | | @Schema(title = "支付方式") |
| | | private String paymentMethod; |
| | | |
| | | @Schema(title = "操作员") |
| | | private String operatorName; |