package com.yuanchu.mom.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.yuanchu.mom.mapper.ProcessMethodVerifyMachineAttachmentMapper; import com.yuanchu.mom.pojo.ProcessMethodVerifyMachineAttachment; import com.yuanchu.mom.service.ProcessMethodVerifyMachineAttachmentService; import org.springframework.stereotype.Service; /** * 标准方法验证设备附件表 * * @author zhuo * @since 2024-11-05 */ @Service public class ProcessMethodVerifyMachineAttachmentServiceImpl extends ServiceImpl implements ProcessMethodVerifyMachineAttachmentService { }