| | |
| | | @AllArgsConstructor |
| | | @Schema(name = "农户水卡实体") |
| | | public class SeClientCard implements BaseEntity { |
| | | public static final long serialVersionUID = 1L; |
| | | public static final long serialVersionUID = 202401151518004L; |
| | | |
| | | /** |
| | | * 主键 |
| | |
| | | * 余额 |
| | | */ |
| | | @Schema(description = "余额", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | private Double money; |
| | | private Float money; |
| | | |
| | | /** |
| | | * 卡片状态;1-正常,2-已注销,3-已挂失 |
| | |
| | | private Date reversaldt; |
| | | |
| | | /** |
| | | * 补扣时间 |
| | | */ |
| | | @Schema(description = "补扣时间", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | private Date refunddt; |
| | | |
| | | /** |
| | | * 消费时间 |
| | | */ |
| | | @Schema(description = "消费时间", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |