feat(energy): 新增 cooperation_type 和 auto_match 字段,标记旧导入接口废弃

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
kkfluous
2026-03-16 00:37:09 +08:00
parent 57ecce2649
commit 7792c5157f
102 changed files with 4426 additions and 0 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-energy</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>能源账单模块,包含加氢记录、费用明细、账单管理、账户管理等功能</description>
<url>https://github.com/YunaiV/yudao-cloud</url>
<modules>
<module>yudao-module-energy-api</module>
<module>yudao-module-energy-server</module>
</modules>
</project>