src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
@@ -6,6 +6,14 @@ import com.ruoyi.production.service.ProductionProductMainService; import org.springframework.stereotype.Service; /** * <p> * 生产报工表 服务实现类 * </p> * * @author 芯导软件(江苏)有限公司 * @since 2026-04-21 03:55:52 */ @Service public class ProductionProductMainServiceImpl extends ServiceImpl<ProductionProductMainMapper, ProductionProductMain> implements ProductionProductMainService {