add bizType for Multilingual
This commit is contained in:
@@ -22,6 +22,9 @@ public class Multilingual extends Language implements IDEntity<String>, Creatabl
|
||||
@AutoUUID
|
||||
protected String id;
|
||||
|
||||
/** 业务类型 */
|
||||
protected String bizType;
|
||||
|
||||
/** 创建时间 */
|
||||
protected Long createdAt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user