Commit 9a10ff87 authored by zhangsen's avatar zhangsen

TaskMessageDto实体sequenceNbr字段类型修改为LONG

parent 29ed438b
......@@ -28,7 +28,7 @@ public class TaskMessageDto {
/**
* 业务数据id
*/
String sequenceNbr;
Long sequenceNbr;
/**
* 下个节点可操作角色ids
......
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