评论

名称 ApiName 标题 类型 长度 是否允许编辑 是否必填 参照对象 列表对象
id ID String 64
entrySrcSystemId 数据来源类型 String 64 枚举型 EntrySrcSystem
objectType 评论的对象类型名称 String ObjectType
objectId 评论的对象id String ObjectData
replyToId 回复的评论 String Comment
isHidden 删除标记 Boolean
content 评论内容 String
richContent 评论富文本 JsonElement
isToApprovalParticipant 通知流程相关人员 Boolean
objectObjectData 评论的对象id(对象数据表) String ObjectData Comment
createdUserId 创建人 String User
createdTime 创建时间 Timestamp
modifiedUserId 修改人 String User
modifiedTime 修改时间 Timestamp
lastModifiedTime 最后修改时间 Timestamp
receivers 接收人 List CommentReceiver
replyComments 回复 List Comment