zhang
2025-07-23 d127e27168d07199b0d4d55c0a5d431761f490d1
1
2
3
4
5
6
7
package com.zy.acs.common.domain;
 
public interface DataSupport<T> {
 
    void sync(T t);
 
}