Commit a3438975 authored by zhangsen's avatar zhangsen

实体对象添加移装告知和安装告知字段

parent c496eb2a
......@@ -29,4 +29,14 @@ public class TaskMessageDto {
* 业务数据id
*/
String sequenceNbr;
/**
* 下个节点可操作角色ids
*/
String nextExecuteIds;
/**
* 移装/安装 告知状态
*/
String noticeStatus;
}
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