v0.0.12 #12

Merged
timi merged 2 commits from dev into master 2026-04-17 04:15:48 +00:00
Showing only changes of commit 0d145d14fd - Show all commits

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;