院内导视页新增字段

This commit is contained in:
sangchengzhi
2026-01-16 16:52:27 +08:00
parent 72f7fc1327
commit 344e9946eb
1004 changed files with 2109 additions and 439 deletions

View File

@@ -1,5 +1,5 @@
#Generated by Maven
#Fri Jan 16 11:12:42 CST 2026
#Fri Jan 16 15:32:58 CST 2026
version=2.0.0-beta
groupId=com.jojubanking.boot
artifactId=joju-module-infra-api

View File

@@ -18,7 +18,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:44+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class CodegenConvertImpl implements CodegenConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:43+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class ConfigConvertImpl implements ConfigConvert {

View File

@@ -10,7 +10,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:44+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class DataSourceConfigConvertImpl implements DataSourceConfigConvert {

View File

@@ -11,7 +11,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:43+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class FileConfigConvertImpl implements FileConfigConvert {

View File

@@ -9,7 +9,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:44+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class FileConvertImpl implements FileConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:43+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class JobConvertImpl implements JobConvert {

View File

@@ -10,7 +10,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:44+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class JobLogConvertImpl implements JobLogConvert {

View File

@@ -11,7 +11,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:43+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class ApiAccessLogConvertImpl implements ApiAccessLogConvert {

View File

@@ -11,7 +11,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:44+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class ApiErrorLogConvertImpl implements ApiErrorLogConvert {

View File

@@ -11,7 +11,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:44+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class RedisConvertImpl implements RedisConvert {

View File

@@ -12,7 +12,7 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2026-01-15T09:19:43+0800",
date = "2026-01-16T16:16:27+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_131 (Oracle Corporation)"
)
public class TestDemoConvertImpl implements TestDemoConvert {

View File

@@ -1,5 +1,5 @@
#Generated by Maven
#Thu Jan 15 09:19:56 CST 2026
#Fri Jan 16 15:35:10 CST 2026
version=2.0.0-beta
groupId=com.jojubanking.boot
artifactId=joju-module-infra-biz