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