Commit f9bdf634 authored by wangyecheng's avatar wangyecheng

追加实体类字段路口列表显示用

parent 75e4cdd4
...@@ -43,4 +43,13 @@ public class StrategyPriorityDailyInfo implements Serializable { ...@@ -43,4 +43,13 @@ public class StrategyPriorityDailyInfo implements Serializable {
*/ */
private String crossId; private String crossId;
//非数据库字段
/**
* 干线名称 (路由列表返回用)
*/
private String waveName;
/**
* 路口名称 (路由列表返回用)
*/
private String crossName;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment