#
zjj
2025-04-28 52795d13ae23ef9ef870eefe9da8e49e8526bba1
1
2
3
4
5
6
7
package com.vincent.rsf.common.domain;
 
public interface DataSupport<T> {
 
    void sync(T t);
 
}