File was renamed from pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoRm/RmOpenCloseValveReport.java |
| | |
| | | package com.dy.pipIrrGlobal.pojoRm; |
| | | |
| | | |
| | | import com.alibaba.fastjson2.annotation.JSONField; |
| | | import com.alibaba.fastjson2.writer.ObjectWriterImplToString; |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | |
| | | |
| | | /** |
| | | * @Author liurunyu |
| | | * @Date 2024/1/16 19:44 |
| | | * @LastEditTime 2024/1/16 19:44 |
| | | * @Description 控制器开关阀记录 |
| | | * @Date 2024/2/23 15:42 |
| | | * @LastEditTime 2024/2/23 15:42 |
| | | * @Description 控制器开关阀上报数据 |
| | | */ |
| | | @TableName(value="rm_open_close_valve_report", autoResultMap = true) |
| | | @Data |
| | |
| | | @ToString |
| | | @NoArgsConstructor |
| | | @AllArgsConstructor |
| | | @Schema(name = "控制器开关阀记录") |
| | | public class RmOpenCloseValveReport implements BaseEntity { |
| | | @Schema(name = "控制器开关阀上报数据") |
| | | public class RmOpenCloseValveHistory implements BaseEntity { |
| | | |
| | | public static final long serialVersionUID = 202401161929001L; |
| | | public static final long serialVersionUID = 202402231450001L; |
| | | /** |
| | | * 主键 |
| | | */ |
| | | @JSONField(serializeUsing= ObjectWriterImplToString.class) |
| | | @TableId(type = IdType.INPUT) |
| | | public Long id; |
| | | |
| | | /** |
| | | * 控制器实体ID(外键) |
| | | */ |
| | | @Schema(description = "控制器实体外键", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @JSONField(serializeUsing= ObjectWriterImplToString.class) |
| | | public Long controllerid; |
| | | public Long controllerId; |
| | | |
| | | /** |
| | | * 取水口实体ID(外键) |
| | | */ |
| | | @Schema(description = "取水口实体外键", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @JSONField(serializeUsing= ObjectWriterImplToString.class) |
| | | public Long intakeid; |
| | | public Long intakeId; |
| | | |
| | | /** |
| | | * 控制器地址 |
| | | */ |
| | | @Schema(description = "控制器地址", requiredMode = Schema.RequiredMode.REQUIRED) |
| | | public String rtuaddr; |
| | | public String rtuAddr; |
| | | |
| | | /** |
| | | * 开阀数据接收时间 |
| | | * 开阀数据接收日期时间 |
| | | */ |
| | | @Schema(description = "开阀数据接收时间", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @Schema(description = "数据接收日期时间", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | public Date opdt; |
| | | public Date opDt; |
| | | |
| | | /** |
| | | * 开阀类型 |
| | | */ |
| | | @Schema(description = "开阀类型", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Byte optype; |
| | | public Byte opType; |
| | | |
| | | /** |
| | | * 开阀时累计流量 |
| | | */ |
| | | @Schema(description = "开阀时累计流量", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double optotalamount; |
| | | public Double opTotalAmount; |
| | | |
| | | /** |
| | | * 开阀IC卡编号 |
| | | */ |
| | | @Schema(description = "开阀IC卡编号", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public String opiccardno; |
| | | public String opIcCardNo; |
| | | |
| | | /** |
| | | * 开阀ic卡地址 |
| | | */ |
| | | @Schema(description = "开阀ic卡地址", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public String opiccardaddr; |
| | | public String opIcCardAddr; |
| | | |
| | | /** |
| | | * 开阀时剩余金额 |
| | | */ |
| | | @Schema(description = "开阀时剩余金额", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double opremainmoney; |
| | | public Double opRemainMoney; |
| | | |
| | | /** |
| | | * 开阀时控制器时钟 |
| | | */ |
| | | @Schema(description = "开阀时控制器时钟", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | public Date opendt; |
| | | public Date openDt; |
| | | |
| | | /** |
| | | * 关阀数据接收日期时间 |
| | | */ |
| | | @Schema(description = "阀数据接收日期时间", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | public Date cldt; |
| | | @Schema(description = "关阀数据接收日期时间", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Date clDt; |
| | | |
| | | /** |
| | | * 关阀类型 |
| | | */ |
| | | @Schema(description = "关阀类型", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Byte cltype; |
| | | public Byte clType; |
| | | |
| | | /** |
| | | * 关阀时累计流量 |
| | | */ |
| | | @Schema(description = "关阀时累计流量", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double cltotalamount; |
| | | public Double clTotalAmount; |
| | | |
| | | /** |
| | | * 关阀时IC卡编号 |
| | | */ |
| | | * 关阀时IC卡编号 |
| | | */ |
| | | @Schema(description = "关阀时IC卡编号", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public String cliccardno; |
| | | public String clIcCardNo; |
| | | |
| | | /** |
| | | * 关阀时IC卡地址 |
| | | */ |
| | | @Schema(description = "关阀时IC卡地址", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public String cliccardaddr; |
| | | public String clIcCardAddr; |
| | | |
| | | /** |
| | | * 关阀时剩余金额 |
| | | */ |
| | | @Schema(description = "关阀时剩余金额", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double clremainmoney; |
| | | public Double clRemainMoney; |
| | | |
| | | /** |
| | | * 关阀报中本次用水量 |
| | | */ |
| | | @Schema(description = "关阀报中本次用水量", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double clthisamount; |
| | | @Schema(description = "关阀时本次用水量", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double clThisAmount; |
| | | |
| | | /** |
| | | * 关阀报中本次消费金额 |
| | | */ |
| | | @Schema(description = "关阀报中本次消费金额", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double clthismoney; |
| | | @Schema(description = "关阀时本次消费金额", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double clThisMoney; |
| | | |
| | | /** |
| | | * 关阀报中本次用水时长(分钟) |
| | | */ |
| | | @Schema(description = "关阀报中本次用水时长(分钟)", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer clthistime; |
| | | @Schema(description = "关阀时本次用水时长(分钟)", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer clThisTime; |
| | | |
| | | /** |
| | | * 关阀报中的开阀时控制器时钟 |
| | | */ |
| | | @Schema(description = "关阀报中的开阀时控制器时钟", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | public Date clopendt; |
| | | public Date clOpenDt; |
| | | |
| | | /** |
| | | * 关阀时控制器时钟 |
| | | */ |
| | | @Schema(description = "关阀时控制器时钟", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | public Date closedt; |
| | | public Date closeDt; |
| | | |
| | | } |