|
@@ -77,7 +77,14 @@ public class TblDzbcPathVo implements Serializable {
|
|
|
@ExcelProperty(value = "扩展2")
|
|
@ExcelProperty(value = "扩展2")
|
|
|
private String ext2;
|
|
private String ext2;
|
|
|
|
|
|
|
|
|
|
+ @ExcelProperty(value = "价格")
|
|
|
private Integer price;
|
|
private Integer price;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 大约花费时间
|
|
|
|
|
+ */
|
|
|
|
|
+ @ExcelProperty(value = "大约花费时间")
|
|
|
|
|
+ private String costTime;
|
|
|
|
|
+
|
|
|
|
|
|
|
|
}
|
|
}
|