package com.highdatas.srs.entity; public interface InfoSurface { void dataInsertOrUpdate(); String getId(); }