沈斌
2018-01-30 b4cabe178f1a36433270c79048beecfab0edc487
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> {
}