|
@ -3,7 +3,6 @@ package com.example.demo.mapper.coin; |
|
|
import com.example.demo.domain.entity.Admin; |
|
|
import com.example.demo.domain.entity.Admin; |
|
|
import com.example.demo.domain.entity.AdminRole; |
|
|
import com.example.demo.domain.entity.AdminRole; |
|
|
import com.example.demo.domain.entity.Role; |
|
|
import com.example.demo.domain.entity.Role; |
|
|
import com.example.demo.domain.vo.coin.AdminVo; |
|
|
|
|
|
import com.example.demo.domain.vo.coin.Permission; |
|
|
import com.example.demo.domain.vo.coin.Permission; |
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
|
|
|
|
|
@ -30,4 +29,16 @@ public interface PermissionMapper { |
|
|
// Integer deleteAdminRole(Integer id); |
|
|
// Integer deleteAdminRole(Integer id); |
|
|
Integer updateAdminRole(AdminRole adminRole); |
|
|
Integer updateAdminRole(AdminRole adminRole); |
|
|
Integer updateAdmin(Admin admin); |
|
|
Integer updateAdmin(Admin admin); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @program: gold-java |
|
|
|
|
|
* @ClassName BeanConsumeMapper.xml |
|
|
|
|
|
* @description: |
|
|
|
|
|
* @author: Ethan |
|
|
|
|
|
* @create: 2025−07-30 11:55 |
|
|
|
|
|
* @Version 1.0 |
|
|
|
|
|
**/ |
|
|
|
|
|
|
|
|
|
|
|
interface BeanConsumeMapper { |
|
|
|
|
|
} |
|
|
} |
|
|
} |