Commit 887ecb7d authored by duanruiming's avatar duanruiming

[add] 绿波路口关系表添加开始结束时间

parent e54e8e5c
......@@ -47,4 +47,8 @@ public class GreenwaveCrossPO {
/** 修改时间 */
@ApiModelProperty(value = "修改时间",notes = "")
private Date gmtModified ;
@ApiModelProperty(value = "开始时间",notes = "")
private String startTime;
@ApiModelProperty(value = "结束时间",notes = "")
private String endTime;
}
......@@ -3,7 +3,8 @@
<mapper namespace="net.wanji.databus.dao.mapper.GreenwaveCrossMapper">
<sql id="Base_Column_List">
id,green_id,cross_id,in_dir,out_dir,offset,sort,section_id,next_cross_len,is_key_route,gmt_create,gmt_modified
id,green_id,cross_id,in_dir,out_dir,offset,sort,section_id,next_cross_len,
is_key_route,gmt_create,gmt_modified, start_time, end_time
</sql>
<select id="selectByGreenwaveId" resultType="net.wanji.databus.dao.entity.GreenwaveCrossPO">
......
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