| package com.matrix.system.common.dao; | 
|   | 
| import com.matrix.core.pojo.PaginationVO; | 
| import com.matrix.system.common.bean.ProjException; | 
| import org.apache.ibatis.annotations.Param; | 
|   | 
| import java.util.List; | 
|   | 
| /** | 
|  * This field was generated by Zking.software.Codegen. | 
|  *  | 
|  * @date 2016-09-09 15:09 | 
|  */ | 
|   | 
| public interface ProjExceptionDao { | 
|   | 
|     public int insert(ProjException projException); | 
|   | 
|     public int update(ProjException projException); | 
|   | 
|     public int deleteById(Long id); | 
|   | 
|     public List<ProjException> selectInPage(@Param("record") ProjException projException); | 
|   | 
|     public int selectTotalRecord(@Param("record") ProjException projException); | 
|   | 
|     public ProjException selectById(Long id); | 
|      | 
|     public int deleteByIds(@Param("list") List<Long> list); | 
|   | 
| } |