新增满意度表后端

This commit is contained in:
sangchengzhi
2026-01-15 09:36:39 +08:00
parent e4826053ba
commit 2979c87272
162 changed files with 984 additions and 94 deletions

View File

@@ -1,5 +1,5 @@
#Generated by Maven
#Wed Jan 14 17:47:58 CST 2026
#Thu Jan 15 09:18:02 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-14T17:49:14+0800",
date = "2026-01-15T09:19:44+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-14T17:49:14+0800",
date = "2026-01-15T09:19:43+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-14T17:49:14+0800",
date = "2026-01-15T09:19:44+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-14T17:49:14+0800",
date = "2026-01-15T09:19:43+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-14T17:49:14+0800",
date = "2026-01-15T09:19:44+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-14T17:49:14+0800",
date = "2026-01-15T09:19:43+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-14T17:49:14+0800",
date = "2026-01-15T09:19:44+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-14T17:49:14+0800",
date = "2026-01-15T09:19:43+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-14T17:49:14+0800",
date = "2026-01-15T09:19:44+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-14T17:49:14+0800",
date = "2026-01-15T09:19:44+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-14T17:49:14+0800",
date = "2026-01-15T09:19:43+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
#Wed Jan 14 17:49:22 CST 2026
#Thu Jan 15 09:19:56 CST 2026
version=2.0.0-beta
groupId=com.jojubanking.boot
artifactId=joju-module-infra-biz