添加字段

This commit is contained in:
yangjun 2025-07-30 14:14:48 +08:00
parent 849c7f8b6f
commit 47651c966a
1 changed files with 4 additions and 0 deletions

View File

@ -97,4 +97,8 @@ public class SyncLog implements Serializable {
@Excel(name = "服务类型", width = 15)
@ApiModelProperty(value = "服务类型")
private String serverType;
@ApiModelProperty(value = "现在的nuid")
private String nuId;
@ApiModelProperty(value = "原来的nuid")
private String oldNuId;
}