module.exports = { superAdmin:1, userType:2, adminType:3, // 用户表正常状态 userNomalState: 1, // 用户表封禁状态 userFreezeState:2, // 用户注销状态 userStopState: 3, }