feat: 资产管理模块 - 补充客户和停车场字段

This commit is contained in:
k kfluous
2026-03-11 17:54:52 +08:00
parent 34d74b378e
commit 6ce38602f7
2837 changed files with 3492 additions and 205539 deletions

View File

@@ -0,0 +1,23 @@
<?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>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-asset</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>资产管理模块,包含车辆、合同、备车、交车、还车、替换车等功能</description>
<url>https://github.com/YunaiV/yudao-cloud</url>
<modules>
<module>yudao-module-asset-api</module>
<module>yudao-module-asset-biz</module>
</modules>
</project>