fengxiang
2018-05-15 f600872a54da4b41ed137c3361f685604e47ee9d
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> {
}