xufenglei
2017-11-27 5bb340081d5b584000e4a932a959233077293b4c
1
2
3
4
5
6
7
8
9
10
package com.moral.mapper;
 
import org.apache.ibatis.annotations.Mapper;
 
import com.moral.entity.OrganizationRelation;
import com.moral.entity.OrganizationRelationExample;
 
@Mapper
public interface OrganizationRelationMapper extends BaseMapper<OrganizationRelation, OrganizationRelationExample, Integer> {
}