fengxiang
2018-09-27 3c3f6b4816efe48645866a6ebc1581eb522dc229
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> {
}