|  |  | 
 |  |  | import com.alibaba.fastjson2.annotation.JSONField; | 
 |  |  | import com.alibaba.fastjson2.writer.ObjectWriterImplToString; | 
 |  |  | import com.fasterxml.jackson.annotation.JsonFormat; | 
 |  |  | import com.fasterxml.jackson.annotation.JsonPropertyOrder; | 
 |  |  | import io.swagger.v3.oas.annotations.media.Schema; | 
 |  |  | import lombok.Data; | 
 |  |  |  | 
 |  |  | 
 |  |  |  * @Description | 
 |  |  |  */ | 
 |  |  | @Data | 
 |  |  | @JsonPropertyOrder({ | 
 |  |  |         "id", "manureId", "manureName", "dt", "alarm", | 
 |  |  |         "stirRunning1", "stirRunning2", "stirRunning3", "stirRunning4", | 
 |  |  |         "injectRunning", "irrRunning", | 
 |  |  |         "manureFlow", "manureTime", "stirTime", | 
 |  |  |         "stirDuration", "injectDuration" | 
 |  |  | }) | 
 |  |  | public class VoManure  { | 
 |  |  |     public static final long serialVersionUID = 202506251634001L; | 
 |  |  |  | 
 |  |  | 
 |  |  |      * 水肥机名称 | 
 |  |  |      */ | 
 |  |  |     @Schema(description = "水肥机名称", requiredMode = Schema.RequiredMode.NOT_REQUIRED) | 
 |  |  |     public Long manureName; | 
 |  |  |     public String manureName; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** |