1
2026-01-26 3179e57a855b09d1056af91a93e1df25c9ef8c13
1
2
3
4
5
6
7
package com.vincent.rsf.common.domain;
 
public interface DataSupport<T> {
 
    void sync(T t);
 
}