From 2ab86210fb27787cb1be8976286b9b827f90997f Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期一, 15 九月 2025 17:38:54 +0800 Subject: [PATCH] 去除两网交互多余功能 --- 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