jinpengyong
2020-04-30 a6a45c2fb382a9012984233c061b90020e0fd642
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> {
 
}