Commit 4c4833c8 authored by 刘凡's avatar 刘凡

优化:移装变更添加,转办后执行人的Id逗号分割

parent e92f7294
......@@ -137,4 +137,8 @@ public class JgChangeRegistrationTransferDto extends BaseDto {
@ApiModelProperty(value = " 单位内部编号")
private String innerCode;
@ApiModelProperty(value = " 转办后执行人的Id逗号分割")
private String transferToUserIds;
}
......@@ -245,5 +245,10 @@ public class JgChangeRegistrationTransfer extends BaseEntity {
@TableField(value = "full_address")
private String fullAddress;
/**
* 转办后执行人的Id逗号分割
*/
@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