ZhuDongming
2019-09-03 fa7229d6571a73e5691a21f7b4052d681cca8317
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> {
}