getChangePayload

open fun getChangePayload(oldItem: T, newItem: T): Any?

这里默认是返回null的,为了避免白光闪烁现象,提供默认实现,返回newItem,必须和onBindPayloads一起重写.