去除原来浪潮版本的代码,加入根据若依精简的框架

This commit is contained in:
2025-12-21 11:48:12 +08:00
parent 4b38f86825
commit 898180ee69
1093 changed files with 14198 additions and 336920 deletions

View File

@@ -0,0 +1 @@
# 此模块为基础模块,港船人信息在此模块进行添加

View File

@@ -0,0 +1,31 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>smartFishingPort</artifactId>
<groupId>com.ltgk.smartFishingPort</groupId>
<version>3.9.1</version>
</parent>
<artifactId>smartFishingPort-base</artifactId>
<description>
基础信息模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.ltgk.smartFishingPort</groupId>
<artifactId>smartFishingPort-common</artifactId>
</dependency>
<dependency>
<groupId>com.ltgk.smartFishingPort</groupId>
<artifactId>smartFishingPort-system</artifactId>
</dependency>
</dependencies>
</project>