package cn.com.lzt.test.service; import cn.com.lzt.test.entity.TTest0818Entity; import org.jeecgframework.core.common.service.CommonService; import java.io.Serializable; public interface TTest0818ServiceI extends CommonService{ public void delete(TTest0818Entity entity) throws Exception; public Serializable save(TTest0818Entity entity) throws Exception; public void saveOrUpdate(TTest0818Entity entity) throws Exception; }