·1
This commit is contained in:
15
lidee-module/lidee-module-api/.flattened-pom.xml
Normal file
15
lidee-module/lidee-module-api/.flattened-pom.xml
Normal 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>
|
||||
19
lidee-module/lidee-module-api/pom.xml
Normal file
19
lidee-module/lidee-module-api/pom.xml
Normal 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>
|
||||
@@ -0,0 +1,14 @@
|
||||
|
||||
package com.lideeyunji.module.api;
|
||||
|
||||
/**
|
||||
* 低代码 API 接口
|
||||
*/
|
||||
public interface LideeYunJiApi {
|
||||
|
||||
//获取表单设置的授权类型
|
||||
String getDbformAuthType(Long dbFormid);
|
||||
|
||||
String getReportAuthType(String reportCode);
|
||||
|
||||
}
|
||||
Binary file not shown.
BIN
lidee-module/lidee-module-api/target/lidee-module-api-2.2.4.jar
Normal file
BIN
lidee-module/lidee-module-api/target/lidee-module-api-2.2.4.jar
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
artifactId=lidee-module-api
|
||||
groupId=com.lideeyunji
|
||||
version=2.2.4
|
||||
@@ -0,0 +1 @@
|
||||
com\lideeyunji\module\api\LideeYunJiApi.class
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user