0
点赞
收藏
分享

微信扫一扫

PDF编辑功能是灰色的,什么原因?

中间件小哥 2024-11-02 阅读 6

步骤

@Service
@Slf4j
@RequiredArgsConstructor(onConstructor = @__(@Autowired))
public class ReportServiceImpl implements ReportService {

    private final OrderMapper orderMapper;
}
举报

相关推荐

0 条评论