mirror of
https://github.com/wahyd4/sohub.git
synced 2026-08-10 05:26:31 +10:00
18 lines
297 B
JavaScript
18 lines
297 B
JavaScript
|
|
module.exports = {
|
|
|
|
attributes : {
|
|
|
|
pictureUrl: {
|
|
type: 'STRING',
|
|
defaultValue: '/images/default.gif'
|
|
},
|
|
createTime: 'FLOAT',
|
|
toUser: 'STRING',
|
|
fromUser: 'STRING',
|
|
messageType: 'STRING',
|
|
messageId: 'FLOAT'
|
|
|
|
}
|
|
|
|
}; |