于紫祥_1901
2020-08-12 ad89f4965a05d37aeea1481c4ab53e21ab85ca2f
src/main/java/com/moral/mapper/AccountRoleMapper.java
@@ -1,18 +1,8 @@
package com.moral.mapper;
import java.util.List;
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.AccountRole;
import tk.mybatis.mapper.entity.Example;
public interface AccountRoleMapper extends BaseMapper<AccountRole> {
    List<AccountRole> getAccountRoleList(Example example);
    int updateByPrimaryKey(AccountRole accountRole);
    int deleteByPrimaryKeyOwn(Integer id);
}