fengxiang
2018-07-30 04167f529701b8a88ef52ba7ae854f444347f72c
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> {
}