Commit 046619f5 authored by 高建强's avatar 高建强

item:修改预案数据同步

parent 9acd9958
......@@ -25,7 +25,7 @@ public class PlanOperationRecordSyncBo extends BasicEntityBo {
/**
* 运行模式(0、模拟,1、自动)
*/
private Integer planPattern;
private String planPattern;
/**
* 开始时间
......@@ -50,7 +50,7 @@ public class PlanOperationRecordSyncBo extends BasicEntityBo {
/**
* 运行状态(0、运行中,1、完毕,3、中断)
*/
private Integer status;
private String status;
/**
* 启动人名称
*/
......@@ -66,7 +66,7 @@ public class PlanOperationRecordSyncBo extends BasicEntityBo {
/**
* 执行方式(0、预案验证 1、火灾处置)
*/
private Integer executionType;
private String executionType;
/**
* 装备名称
*/
......
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