xufenglei
2017-12-07 7214ae59e03b79372a923eae8206082efc3fab85
src/main/java/com/moral/mapper/OrganizationRelationMapper.java
@@ -1,11 +1,7 @@
package com.moral.mapper;
import org.apache.ibatis.annotations.Mapper;
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.OrganizationRelation;
import com.moral.entity.OrganizationRelationExample;
@Mapper
public interface OrganizationRelationMapper extends BaseMapper<OrganizationRelation, OrganizationRelationExample, Integer> {
public interface OrganizationRelationMapper extends BaseMapper<OrganizationRelation> {
}