REQ-3201: 添加字段
This commit is contained in:
parent
69ea47bfae
commit
7b169d1052
@ -68,7 +68,17 @@ public class Card extends BaseEntityExt<Card> {
|
||||
private CardState cardState;
|
||||
|
||||
/**
|
||||
* 卡片信息 (解析后)
|
||||
* 标题
|
||||
*/
|
||||
private String title;
|
||||
|
||||
/**
|
||||
* 内容
|
||||
*/
|
||||
private String content;
|
||||
|
||||
/**
|
||||
* IM卡片信息 (解析后)
|
||||
*/
|
||||
@TableField(typeHandler = FastjsonTypeHandler.class)
|
||||
private JSONObject cardContent;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user