提交 a771f5d7 authored 作者: hzh's avatar hzh

代码优化

上级 36e7b4dc
...@@ -20,7 +20,7 @@ public class QueryFlightMinPriceModel { ...@@ -20,7 +20,7 @@ public class QueryFlightMinPriceModel {
/** /**
* 查询耗时(毫秒) * 查询耗时(毫秒)
*/ */
private Integer queryTimes; private String queryTimes;
/** /**
* 查询缓存key * 查询缓存key
...@@ -116,6 +116,10 @@ class DayMinPriceBean { ...@@ -116,6 +116,10 @@ class DayMinPriceBean {
* 舱位名称 * 舱位名称
*/ */
private String arriveDate; private String arriveDate;
/**
* 价格
*/
private Integer salePrice;
/** /**
* 舱位代码 * 舱位代码
*/ */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论