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