package foundation.dao.version; import foundation.json.IJSONProvider; public interface IDataChange extends IJSONProvider { String getDataName(); }