|  |  |  | 
|---|
|  |  |  | package com.dy.pipIrrGlobal.voPr; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson2.annotation.JSONField; | 
|---|
|  |  |  | import com.alibaba.fastjson2.writer.ObjectWriterImplToString; | 
|---|
|  |  |  | import com.fasterxml.jackson.annotation.JsonPropertyOrder; | 
|---|
|  |  |  | import io.swagger.v3.oas.annotations.media.Schema; | 
|---|
|  |  |  | import lombok.*; | 
|---|
|  |  |  | 
|---|
|  |  |  | @Schema(name = "农业灌溉综合站分站简单值对象") | 
|---|
|  |  |  | @JsonPropertyOrder({ "id", "name", "no"}) | 
|---|
|  |  |  | public class VoMqttSimple { | 
|---|
|  |  |  | @JSONField(serializeUsing= ObjectWriterImplToString.class) | 
|---|
|  |  |  | public Long id ; | 
|---|
|  |  |  | public String name ;//名称 | 
|---|
|  |  |  | public Integer no ;//编号 | 
|---|