From 939ccc9c254870ed15cdd485b9d303bbb00a23f2 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期日, 28 九月 2025 14:16:27 +0800
Subject: [PATCH] 注释加上上海玻璃公司ip
---
north-glass-erp/src/main/java/com/example/erp/dto/pp/RawMaterialRequisitionDTO.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/dto/pp/RawMaterialRequisitionDTO.java b/north-glass-erp/src/main/java/com/example/erp/dto/pp/RawMaterialRequisitionDTO.java
index 18a71ea..a2e5d78 100644
--- a/north-glass-erp/src/main/java/com/example/erp/dto/pp/RawMaterialRequisitionDTO.java
+++ b/north-glass-erp/src/main/java/com/example/erp/dto/pp/RawMaterialRequisitionDTO.java
@@ -14,9 +14,9 @@
@ExcelProperty("鍘熺墖浜у湴")
private String producer;
@ExcelProperty("瀹�")
- private String width;
+ private Double width;
@ExcelProperty("楂�")
- private String height;
+ private Double height;
@ExcelProperty("宸查鏁伴噺")
private Integer quantity;
@ExcelProperty("宸查闈㈢Н")
--
Gitblit v1.8.0