export const _User = {
    "className": "_User",
    "fields": {
        "avatar": {
            "type": "String"
        },
        "name": {
            "type": "String"
        },
        "mobile": {
            "type": "String"
        },
        // Authing 提供信息
        "phone": {
            "type": "String"
        },
        "lastIP":{
            "type":"String"
        },
        "lastLogin": {
            "type": "Date"
        },
        "userSourceType":{
            "type": "String"
        },
        "loginsCount":{
            "type": "Number"
        }
    }
}
module.exports._User = _User