fengxiang
2018-06-01 ca4417dbcdeed50de755d9c0cc8ecbafac51f6af
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.OrganizationRelation;
 
public interface OrganizationRelationMapper extends BaseMapper<OrganizationRelation> {
}