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