|  |  | 
 |  |  | package com.dy.pipIrrGlobal.voPr; | 
 |  |  |  | 
 |  |  | import com.alibaba.excel.annotation.ExcelIgnore; | 
 |  |  | import com.alibaba.excel.annotation.ExcelProperty; | 
 |  |  | import com.alibaba.excel.annotation.write.style.ColumnWidth; | 
 |  |  | import com.dy.common.po.BaseEntity; | 
 |  |  | 
 |  |  | @Data | 
 |  |  | @Schema(title = "流量计视图对象") | 
 |  |  | public class VoFlowMeter implements BaseEntity { | 
 |  |  |     private static final long serialVersionUID = 1L; | 
 |  |  |     private static final long serialVersionUID = 202401241704005L; | 
 |  |  |  | 
 |  |  |     @Schema(title = "ID") | 
 |  |  |     @ExcelProperty("ID") | 
 |  |  |     @ColumnWidth(10) | 
 |  |  |     private Long id; | 
 |  |  |     private String id; | 
 |  |  |  | 
 |  |  |     @Schema(title = "管网流量计编号") | 
 |  |  |     @ExcelProperty("管网流量计编号") |