5 changed files with 14 additions and 16 deletions
@ -1,6 +1,6 @@ |
|||
package com.project.ding.application; |
|||
|
|||
public interface AdminWhitrListApplicationService { |
|||
public interface AdminWhiteListApplicationService { |
|||
/** |
|||
* 查询用户职位为经理、主管、总监的用户,添加进白名单 |
|||
*/ |
|||
@ -1,12 +1,11 @@ |
|||
package com.project.ding.domain.service.impl; |
|||
|
|||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
|||
import com.project.base.domain.service.IBaseService; |
|||
import com.project.ding.domain.entity.AdminWhiteListEntity; |
|||
import com.project.ding.domain.service.AdminWhitrListBaseService; |
|||
import com.project.ding.domain.service.AdminWhiteListBaseService; |
|||
import com.project.ding.mapper.AdminWhiteListMapper; |
|||
import org.springframework.stereotype.Service; |
|||
|
|||
@Service |
|||
public class AdminWhitrListBaseServiceImpl extends ServiceImpl<AdminWhiteListMapper, AdminWhiteListEntity> implements AdminWhitrListBaseService { |
|||
public class AdminWhiteListBaseServiceImpl extends ServiceImpl<AdminWhiteListMapper, AdminWhiteListEntity> implements AdminWhiteListBaseService { |
|||
} |
|||
Loading…
Reference in new issue