| | |
| | | package org.springblade.modules.system.service; |
| | | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.Wrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import org.springblade.core.mp.support.Query; |
| | | import org.springblade.modules.auth.enums.UserEnum; |
| | |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | import org.springblade.modules.system.node.TreeNode; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | | import org.springblade.modules.zc.entity.Zc; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @param deptId |
| | | */ |
| | | void importQrCode(List<QrCodeExcel> data, Boolean isCovered, String deptId); |
| | | |
| | | |
| | | } |