更新
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
doc: "自动回复表",
|
||||
api: true,//是否需要生成api接口
|
||||
model: {
|
||||
type: {type: "STRING", comment: '类型,自动回复/问候语:auto/hello'},
|
||||
status: {type: "STRING", comment: '状态:显示/隐藏:y/n'},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user