Commit f24328c7 authored by lisong's avatar lisong

使用登记添加转办字段

parent f4f93e7d
......@@ -58,4 +58,10 @@ public class TaskMessageDto {
* 设备id、使用登记使用
*/
String equipId;
/**
* 下节点任务id
*/
String nextTaskId;
}
......@@ -189,4 +189,7 @@ public class JgUseRegistration extends BaseEntity {
@TableField(value = "use_address")
private String useAddress;
@TableField(value = "transfer_to_user_ids")
private String transferToUserIds;
}
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