package com.highdatas.mdm.service.impl; import com.highdatas.mdm.entity.MasterAuthorUnactive; import com.highdatas.mdm.mapper.MasterAuthorUnactiveMapper; import com.highdatas.mdm.service.IMasterAuthorUnactiveService; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** *

* 服务实现类 *

* * @author kimi * @since 2020-04-18 */ @Service public class MasterAuthorUnactiveServiceImpl extends ServiceImpl implements IMasterAuthorUnactiveService { }