更新
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
doc: "联系人表",
|
||||
api: true,//是否需要生成api接口
|
||||
model: {
|
||||
uid: {type: "STRING", comment: '用户id/群id'},
|
||||
to_uid: {type: "STRING", comment: '接收人用户id'},
|
||||
type: {type: "STRING", comment: '类型,单人/群:one/group'},
|
||||
status: {type: "STRING", comment: '状态:已结束/未结束:y/n'},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user