更新
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
/*系统启动后要做初始化*/
|
||||
module.exports = (app) => {
|
||||
console.log("启动完成");
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
module.exports = {
|
||||
doc: "用户",
|
||||
api: true,//是否需要生成api接口
|
||||
model: {
|
||||
uid: {type: "STRING", comment: '用户id'},
|
||||
age: {type: "INTEGER", comment: '年龄', defaultValue: 0},
|
||||
age2: {type: "INTEGER", comment: '年龄', defaultValue: 0},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
module.exports = {
|
||||
doc : "用户信息表",
|
||||
model: {
|
||||
uid : {type: "STRING", comment: '用户id'},
|
||||
phone: {type: "STRING", comment: '手机号', defaultValue: null,},
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user