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