| | |
| | | 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; |
| | |
| | | public class VoRecharge implements BaseEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @Schema(title = "ID") |
| | | private String id; |
| | | //@Schema(title = "ID") |
| | | //private String id; |
| | | |
| | | @JSONField(serializeUsing= ObjectWriterImplToString.class) |
| | | private Long opeId; |
| | | |
| | | @JSONField(serializeUsing= ObjectWriterImplToString.class) |
| | | private Long cardId; |
| | | |
| | | @Schema(title = "农户姓名") |
| | | private String clientName; |
| | |
| | | @Schema(title = "农户编号") |
| | | private String clientNum; |
| | | |
| | | private String address; |
| | | |
| | | /** |
| | | * 水卡余额 |
| | | */ |