From fe97e3191aaa5f5db104541946f6ac7937e46e15 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 30 四月 2026 16:10:17 +0800
Subject: [PATCH] 人员考勤统计调整&原材料下单导出检验项详情
---
basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java b/basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java
index 9c3a4d7..f9ae81c 100644
--- a/basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java
+++ b/basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java
@@ -23,7 +23,7 @@
@ApiModelProperty("鍩�")
private String contract;
- @ExcelProperty(index = 13, value = "璁㈠崟鍙�")
+ @ExcelProperty(index = 12, value = "璁㈠崟鍙�")
@ApiModelProperty("璁㈠崟鍙�")
private String orderNo;
@@ -42,11 +42,11 @@
@ApiModelProperty("鎺ユ敹鍙�")
private Integer receiptNo;
- @ExcelProperty(index = 3, value = "闆朵欢鍙�")
+ @ExcelProperty(index = 2, value = "闆朵欢鍙�")
@ApiModelProperty("闆朵欢鍙�")
private String partNo;
- @ExcelProperty(index = 4, value = "闆朵欢鎻忚堪")
+ @ExcelProperty(index = 3, value = "闆朵欢鎻忚堪")
@ApiModelProperty("闆朵欢鎻忚堪")
private String partDesc;
@@ -56,7 +56,7 @@
@ApiModelProperty("鐘舵��(IFS鍘熸湰鎷夊彇鐨勭姸鎬�)")
private String statusDb;
- @ExcelProperty(index = 11, value = "鎶佃揪鐨勯噰璐暟閲�")
+ @ExcelProperty(index = 10, value = "鎶佃揪鐨勯噰璐暟閲�")
@ApiModelProperty("鎶佃揪鐨勯噰璐暟閲�")
private BigDecimal qtyArrived;
@@ -69,7 +69,7 @@
@ApiModelProperty("渚涘簲鍟嗙紪鍙�")
private String supplierId;
- @ExcelProperty(index = 5, value = "渚涘簲鍟嗗悕绉�")
+ @ExcelProperty(index = 4, value = "渚涘簲鍟嗗悕绉�")
@ApiModelProperty("渚涘簲鍟嗗悕绉�")
private String supplierName;
@@ -142,7 +142,7 @@
@ApiModelProperty("閲囪喘璁㈠崟琛屽娉�")
private String lineRemarks;
- @ExcelProperty(index = 12, value = "鍗曚綅")
+ @ExcelProperty(index = 11, value = "鍗曚綅")
@ApiModelProperty("鍗曚綅")
private String buyUnitMeas;
@@ -189,7 +189,7 @@
private Integer isQuarter;
// 淇敼鍚庣殑
- @ExcelProperty(index = 1, value = "鎵瑰彿")
+ @ExcelProperty(index = 0, value = "鎵瑰彿")
@ApiModelProperty("鎵瑰彿")
private String updateBatchNo;
--
Gitblit v1.9.3