From 6c82f16f44cf9e51d0fae9593fdefe4c43cb5e55 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期三, 06 五月 2026 15:38:38 +0800 Subject: [PATCH] feat:1.生产追溯(订单-工单-报工-质检) 2.订单工序数据查询 3.领料退料调整 --- src/main/java/com/ruoyi/sales/excel/InvoiceLedgerExcelDto.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/ruoyi/sales/excel/InvoiceLedgerExcelDto.java b/src/main/java/com/ruoyi/sales/excel/InvoiceLedgerExcelDto.java index aee8370..b5d09a7 100644 --- a/src/main/java/com/ruoyi/sales/excel/InvoiceLedgerExcelDto.java +++ b/src/main/java/com/ruoyi/sales/excel/InvoiceLedgerExcelDto.java @@ -6,7 +6,7 @@ import com.ruoyi.common.vo.FileVo; import com.ruoyi.framework.aspectj.lang.annotation.Excel; import com.ruoyi.sales.pojo.InvoiceLedger; -import io.swagger.annotations.ApiModelProperty; +import io.swagger.v3.oas.annotations.media.Schema; import lombok.Data; import org.springframework.format.annotation.DateTimeFormat; -- Gitblit v1.9.3