package com.ltkj.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ltkj.system.domain.SysUserPost; import com.ltkj.system.mapper.SysUserPostMapper; import com.ltkj.system.service.ISysUserPostService; import org.springframework.stereotype.Service; /** * @Author: 西安路泰科技有限公司 * @Author: 作者: zjh * @Date: 2023/1/31 15:46 */ @Service public class ISysUserPostServiceImpl extends ServiceImpl implements ISysUserPostService { }