add bizType for Multilingual

This commit is contained in:
Timi
2026-04-17 12:14:15 +08:00
parent b49c1dd515
commit 0d145d14fd

View File

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