fengxiang
2018-09-06 8b59c0bd831149234b7428165501683d72c922a1
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Profession;
 
public interface ProfessionMapper extends BaseMapper<Profession> {
}