|  |  |  | 
|---|
|  |  |  | package com.dy.pipIrrGlobal.voPr; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.dy.common.po.BaseEntity; | 
|---|
|  |  |  | import com.fasterxml.jackson.annotation.JsonFormat; | 
|---|
|  |  |  | import com.fasterxml.jackson.annotation.JsonPropertyOrder; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | @JsonPropertyOrder({ "intakeId", "rtuAddr", "intakeNum", "isOnLine"}) | 
|---|
|  |  |  | public class VoOnLineIntake implements BaseEntity { | 
|---|
|  |  |  | private static final long serialVersionUID = 202405271703001L; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 累计流量 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) | 
|---|
|  |  |  | private Double totalAmount; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|