From f0be60fb93e662bf6b8147b9f5f9c5a9b3e0e8b9 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 01 四月 2026 11:32:05 +0800
Subject: [PATCH] fix: 工序参数配置页面分页展示有误,添加分页
---
src/main/java/com/ruoyi/production/dto/BomImportDto.java | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/dto/BomImportDto.java b/src/main/java/com/ruoyi/production/dto/BomImportDto.java
index 0cea81a..7f8689b 100644
--- a/src/main/java/com/ruoyi/production/dto/BomImportDto.java
+++ b/src/main/java/com/ruoyi/production/dto/BomImportDto.java
@@ -8,17 +8,11 @@
@Data
public class BomImportDto {
- @Excel(name = "鐖堕」浜у搧缂栧彿")
- private String parentCode;
-
@Excel(name = "鐖堕」浜у搧鍚嶇О")
private String parentName;
@Excel(name = "鐖堕」浜у搧瑙勬牸")
private String parentSpec;
-
- @Excel(name = "瀛愰」浜у搧缂栧彿")
- private String childCode;
@Excel(name = "瀛愰」浜у搧鍚嶇О")
private String childName;
--
Gitblit v1.9.3