add bizType for Multilingual
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user