xufenglei
2018-11-12 be9fe39e90412b4b46c8348bea94d0edaa1b19ae
src/main/java/com/moral/mapper/OrganizationRelationMapper.java
@@ -1,10 +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> {
}