From 3ce27b7faf8850d101a1511a685250fe562dca18 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期一, 15 九月 2025 11:38:28 +0800 Subject: [PATCH] 起落架DNC项目更改sql 更改yml配置 --- 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