From 16e19fc68996b23e314d87d0313a71104b473828 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 23 Mar 2026 17:45:52 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-23=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/spring/modules/part/entity/PartInformationEntity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/spring/modules/part/entity/PartInformationEntity.java b/src/main/java/com/spring/modules/part/entity/PartInformationEntity.java index 9bc3bbc4..c679b814 100644 --- a/src/main/java/com/spring/modules/part/entity/PartInformationEntity.java +++ b/src/main/java/com/spring/modules/part/entity/PartInformationEntity.java @@ -412,5 +412,6 @@ public class PartInformationEntity extends QueryPage implements Serializable { /** * 图纸编码 **/ + @TableField(updateStrategy = FieldStrategy.NOT_EMPTY) private String drawingNo; }