REQ-3201: 添加字段

This commit is contained in:
yanglin 2024-12-09 15:17:41 +08:00
parent 69ea47bfae
commit 7b169d1052

View File

@ -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;