Commit 6ffdb28e by chenjinjing

no message

parent 0e5b9a15
...@@ -27,8 +27,7 @@ export const TablesConfig = { ...@@ -27,8 +27,7 @@ export const TablesConfig = {
loginId:{type:Sequelize.STRING(100), allowNull:false}, //登录账号 loginId:{type:Sequelize.STRING(100), allowNull:false}, //登录账号
pwd:{type:Sequelize.STRING(100), allowNull:false}, //密码 pwd:{type:Sequelize.STRING(100), allowNull:false}, //密码
token:{type:Sequelize.STRING(100), allowNull:false}, token:{type:Sequelize.STRING(100), allowNull:false},
tokenMs:{type:Sequelize.DATE, allowNull:false}, tokenMs:{type:Sequelize.DATE, allowNull:false}
firstLoginIsChangePwd:{type:Sequelize.BOOLEAN, allowNull:false, defaultValue:false}, //首次登录是否修改密码
} }
}, },
"党员基础信息表":{ "党员基础信息表":{
...@@ -62,7 +61,8 @@ export const TablesConfig = { ...@@ -62,7 +61,8 @@ export const TablesConfig = {
pwd:{type:Sequelize.STRING(100), allowNull:false}, //密码 默认手机号后6位 pwd:{type:Sequelize.STRING(100), allowNull:false}, //密码 默认手机号后6位
token:{type:Sequelize.STRING(100), allowNull:false}, token:{type:Sequelize.STRING(100), allowNull:false},
tokenMs:{ type:Sequelize.DATE, allowNull:false }, tokenMs:{ type:Sequelize.DATE, allowNull:false },
firstLoginIsChangePwd:{type:Sequelize.BOOLEAN, allowNull:false, defaultValue:false}, //首次登录是否修改密码 adminToken:{type:Sequelize.STRING(100), allowNull:false},
adminTokenMs:{ type:Sequelize.DATE, allowNull:false },
} }
}, },
"行政职务表":{ "行政职务表":{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment