New file |
| | |
| | | package com.dy.pipIrrGlobal.voPr; |
| | | |
| | | import com.alibaba.fastjson2.annotation.JSONField; |
| | | import com.alibaba.fastjson2.writer.ObjectWriterImplToString; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @author ZhuBaoMin |
| | | * @date 2024-09-09 20:05 |
| | | * @LastEditTime 2024-09-09 20:05 |
| | | * @Description |
| | | */ |
| | | |
| | | @Data |
| | | public class VoSimpleDivide { |
| | | private static final long serialVersionUID = 202409092005001L; |
| | | |
| | | /** |
| | | * 分水房ID |
| | | */ |
| | | @JSONField(serializeUsing= ObjectWriterImplToString.class) |
| | | private Long value; |
| | | |
| | | /** |
| | | * 分水房名称 |
| | | */ |
| | | private String label; |
| | | } |