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