From b7d77405b86ca6c98389b09cf9d8b1ac7fb19da7 Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Thu, 2 Jul 2026 14:56:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(pt):=20=E6=B7=BB=E5=8A=A0=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=92=8C=E5=B7=A5=E8=89=BA=E6=A8=A1=E5=9D=97=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 创建 klp-pt 模块的 pom.xml 配置文件 - 设置模块基本信息包括 artifactId 和描述 - 配置父项目依赖关系 - 添加 klp-common 公共组件依赖 --- klp-pt/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 klp-pt/pom.xml diff --git a/klp-pt/pom.xml b/klp-pt/pom.xml new file mode 100644 index 000000000..19766f95f --- /dev/null +++ b/klp-pt/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + + com.klp + klp-oa + 0.8.3 + + + klp-pt + klp-pt + 产品和工艺模块 + + + + com.klp + klp-common + + +