From b508ec38ddf9ed93d4435e8f1e3c4effef798aaa Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期一, 15 九月 2025 17:18:04 +0800
Subject: [PATCH] 起落架DNC项目更改sql 更改yml配置 集成3DE接口

---
 src/main/java/com/lxzn/framework/domain/webservice/PlmProgramSourceInfo.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/lxzn/framework/domain/webservice/PlmProgramSourceInfo.java b/src/main/java/com/lxzn/framework/domain/webservice/PlmProgramSourceInfo.java
index 476a0f0..6fdb5f9 100644
--- a/src/main/java/com/lxzn/framework/domain/webservice/PlmProgramSourceInfo.java
+++ b/src/main/java/com/lxzn/framework/domain/webservice/PlmProgramSourceInfo.java
@@ -14,7 +14,7 @@
  */
 @Data
 @NoArgsConstructor
-@TableName(value = "PLM_PROGRAM_SOURCE")
+@TableName(value = "plm_program_source")
 public class PlmProgramSourceInfo implements Serializable {
     @TableId(value = "id")
     private String id;

--
Gitblit v1.9.3