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