skyouc
2025-08-22 41ee7170ba0d269028e737d2021ed0565022f737
1
2
3
4
5
6
7
package com.vincent.rsf.common.domain;
 
public interface DataSupport<T> {
 
    void sync(T t);
 
}