This commit is contained in:
robin
2022-04-13 07:54:19 +08:00
parent f88b5e9325
commit b5f918776e
5 changed files with 128 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
doc : "用户信息表",
model: {
uid : {type: "STRING", comment: '用户id'},
phone: {type: "STRING", comment: '手机号', defaultValue: null,},
}
}