Commit bcd6c8eb authored by hanbing's avatar hanbing

[update] 信号机方案同步-处理status字段

parent e0c64d84
......@@ -39,7 +39,7 @@ public class CrossSchemePO {
@ApiModelProperty(name = "删除标识:1删除;0未删除",notes = "")
private Integer isDeleted ;
@ApiModelProperty(name = "状态:1执行;0未执行",notes = "")
private Integer status ;
private Integer status = 0 ;
/** 创建时间 */
@ApiModelProperty(name = "创建时间",notes = "")
private Date gmtCreate ;
......
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