From 5d7b65670282a4fad015e37d567cfa171b162052 Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期二, 20 五月 2025 12:25:19 +0800 Subject: [PATCH] 基础代码 --- pt-system/pom.xml | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/pt-system/pom.xml b/pt-system/pom.xml new file mode 100644 index 0000000..bc06b78 --- /dev/null +++ b/pt-system/pom.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <parent> + <artifactId>kunming-daiban</artifactId> + <groupId>com.pt</groupId> + <version>3.8.9</version> + </parent> + <modelVersion>4.0.0</modelVersion> + + <artifactId>pt-system</artifactId> + + <description> + system系统模块 + </description> + + <dependencies> + + <!-- 通用工具--> + <dependency> + <groupId>com.pt</groupId> + <artifactId>pt-common</artifactId> + </dependency> + + </dependencies> + +</project> \ No newline at end of file -- Gitblit v1.7.1