package com.vincent.rsf.common.domain; public interface DataSupport { void sync(T t); }