添加字段
This commit is contained in:
parent
849c7f8b6f
commit
47651c966a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue