3 Commits

Author SHA1 Message Date
6e5f33f641 Merge pull request 'v0.0.12' (#12) from dev into master
Reviewed-on: #12
2026-04-17 04:15:47 +00:00
Timi
7e917faf03 v0.0.12
All checks were successful
CI/CD / build-deploy (pull_request) Successful in 13s
2026-04-17 12:14:31 +08:00
Timi
0d145d14fd add bizType for Multilingual 2026-04-17 12:14:15 +08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
<groupId>com.imyeyu.spring</groupId>
<artifactId>timi-spring</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
<packaging>jar</packaging>
<properties>

View File

@@ -22,6 +22,9 @@ public class Multilingual extends Language implements IDEntity<String>, Creatabl
@AutoUUID
protected String id;
/** 业务类型 */
protected String bizType;
/** 创建时间 */
protected Long createdAt;