This commit is contained in:
chy
2026-02-09 00:16:21 +08:00
commit 861f082e66
3681 changed files with 135953 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module</artifactId>
<version>2.2.4</version>
</parent>
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module-api</artifactId>
<version>2.2.4</version>
<name>${project.artifactId}</name>
<description>个人业务模块API</description>
</project>

View File

@@ -0,0 +1,19 @@
<?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>
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module</artifactId>
<version>${lidee.version}</version>
</parent>
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module-api</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<version>${lidee.version}</version>
<description> 个人业务模块API </description>
</project>

View File

@@ -0,0 +1,14 @@
package com.lideeyunji.module.api;
/**
* 低代码 API 接口
*/
public interface LideeYunJiApi {
//获取表单设置的授权类型
String getDbformAuthType(Long dbFormid);
String getReportAuthType(String reportCode);
}

View File

@@ -0,0 +1,3 @@
artifactId=lidee-module-api
groupId=com.lideeyunji
version=2.2.4

View File

@@ -0,0 +1 @@
com\lideeyunji\module\api\LideeYunJiApi.class

View File

@@ -0,0 +1 @@
C:\Users\Dongpx\Desktop\java工作\hngryy_report\java\lidee-module\lidee-module-api\src\main\java\com\lideeyunji\module\api\LideeYunJiApi.java