lizijie
2020-12-17 b8a05e777e760e1937258544da1494b2d93055d0
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.AccountRole;
 
public interface AccountRoleMapper extends BaseMapper<AccountRole> {
 
}