788 lines
16 KiB
Go
788 lines
16 KiB
Go
// Code generated by protoc-gen-coco. DO NOT EDIT.
|
|
// source: mdbc.proto
|
|
// generate at: 2023-03-23 00:58:55
|
|
|
|
package mdbc
|
|
|
|
const TableNameModelFriendInfo = "tb_friends_info"
|
|
|
|
func (t *ModelFriendInfo) TableName() string {
|
|
return "tb_friends_info"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetWechatIdField() string {
|
|
return "wechat_id"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetNicknameField() string {
|
|
return "nick_name"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetWechatAliasField() string {
|
|
return "wechat_alias"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetAvatarUrlField() string {
|
|
return "avatar_url"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetPhoneField() string {
|
|
return "phone"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetCountryField() string {
|
|
return "country"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetProvinceField() string {
|
|
return "province"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetCityField() string {
|
|
return "city"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetSexField() string {
|
|
return "sex"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetCreateTimeField() string {
|
|
return "create_time"
|
|
}
|
|
|
|
func (m *ModelFriendInfo) GetUpdateTimeField() string {
|
|
return "update_time"
|
|
}
|
|
|
|
const TableNameModelGroupChat = "tb_crm_group_chat"
|
|
|
|
func (t *ModelGroupChat) TableName() string {
|
|
return "tb_crm_group_chat"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetCreatedAtField() string {
|
|
return "created_at"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetUpdatedAtField() string {
|
|
return "updated_at"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetDeletedAtField() string {
|
|
return "deleted_at"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetRobotWxIdField() string {
|
|
return "robot_wx_id"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetGroupWxIdField() string {
|
|
return "group_wx_id"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetOwnerWxIdField() string {
|
|
return "owner_wx_id"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetGroupNameField() string {
|
|
return "group_name"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetMemberCountField() string {
|
|
return "member_count"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetOwnerNameField() string {
|
|
return "owner_name"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetGroupAvatarUrlField() string {
|
|
return "group_avatar_url"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetIsWatchField() string {
|
|
return "is_watch"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetHasBeenWatchField() string {
|
|
return "has_been_watch"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetIsDefaultGroupNameField() string {
|
|
return "is_default_group_name"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetInContactField() string {
|
|
return "in_contact"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetDisableInviteField() string {
|
|
return "disable_invite"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetLastSyncAtField() string {
|
|
return "last_sync_at"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetLastSyncMemberAtField() string {
|
|
return "last_sync_member_at"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetNoticeField() string {
|
|
return "notice"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetQrcodeUpdatedAtField() string {
|
|
return "qrcode_updated_at"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetQrcodeUrlField() string {
|
|
return "qrcode_url"
|
|
}
|
|
|
|
func (m *ModelGroupChat) GetAdminTypeField() string {
|
|
return "admin_type"
|
|
}
|
|
|
|
const TableNameModelGroupChatMember = "tb_crm_group_chat_member"
|
|
|
|
func (t *ModelGroupChatMember) TableName() string {
|
|
return "tb_crm_group_chat_member"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetCreatedAtField() string {
|
|
return "created_at"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetUpdatedAtField() string {
|
|
return "updated_at"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetDeletedAtField() string {
|
|
return "deleted_at"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetGroupChatIdField() string {
|
|
return "group_chat_id"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetMemberWxIdField() string {
|
|
return "member_wx_id"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetMemberNameField() string {
|
|
return "member_name"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetMemberAvatarField() string {
|
|
return "member_avatar"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetMemberAliasField() string {
|
|
return "member_alias"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetMemberSexField() string {
|
|
return "member_sex"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetIsRobotField() string {
|
|
return "is_robot"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetAdminTypeField() string {
|
|
return "admin_type"
|
|
}
|
|
|
|
func (m *ModelGroupChatMember) GetLastSyncAtField() string {
|
|
return "last_sync_at"
|
|
}
|
|
|
|
const TableNameModelTbPrivateMsgSession = "tb_crm_private_msg_session"
|
|
|
|
func (t *ModelTbPrivateMsgSession) TableName() string {
|
|
return "tb_crm_private_msg_session"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetAllField() string {
|
|
return "all"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetReadField() string {
|
|
return "read"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetUnreadField() string {
|
|
return "unread"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetLastMsgAtField() string {
|
|
return "last_msg_at"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetLastFriendMsgAtField() string {
|
|
return "last_friend_msg_at"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetRobotWxIdField() string {
|
|
return "robot_wx_id"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetUserWxIdField() string {
|
|
return "user_wx_id"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetLastMsgIdField() string {
|
|
return "last_msg_id"
|
|
}
|
|
|
|
func (m *ModelTbPrivateMsgSession) GetLastFriendMsgIdField() string {
|
|
return "last_friend_msg_id"
|
|
}
|
|
|
|
const TableNameModelTbGroupMsgSession = "tb_crm_group_msg_session"
|
|
|
|
func (t *ModelTbGroupMsgSession) TableName() string {
|
|
return "tb_crm_group_msg_session"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetAllField() string {
|
|
return "all"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetReadField() string {
|
|
return "read"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetUnreadField() string {
|
|
return "unread"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetLastMsgAtField() string {
|
|
return "last_msg_at"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetLastFriendMsgAtField() string {
|
|
return "last_friend_msg_at"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetRobotWxIdField() string {
|
|
return "robot_wx_id"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetUserWxIdField() string {
|
|
return "user_wx_id"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetLastMsgIdField() string {
|
|
return "last_msg_id"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetLastFriendMsgIdField() string {
|
|
return "last_friend_msg_id"
|
|
}
|
|
|
|
func (m *ModelTbGroupMsgSession) GetLastMemberWxIdField() string {
|
|
return "last_member_wx_id"
|
|
}
|
|
|
|
const TableNameModelTbRobotPrivateMsg = "tb_crm_robot_private_msg"
|
|
|
|
func (t *ModelTbRobotPrivateMsg) TableName() string {
|
|
return "tb_crm_robot_private_msg"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetBindIdField() string {
|
|
return "bind_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetRobotWxIdField() string {
|
|
return "robot_wx_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetUserWxIdField() string {
|
|
return "user_wx_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetMsgIdField() string {
|
|
return "msg_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetMsgTypeField() string {
|
|
return "msg_type"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetSendStatusField() string {
|
|
return "send_status"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetDirectField() string {
|
|
return "direct"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetSendErrorCodeField() string {
|
|
return "send_error_code"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetContentReadField() string {
|
|
return "content_read"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetCreatedAtField() string {
|
|
return "created_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetUpdatedAtField() string {
|
|
return "updated_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetFailReasonField() string {
|
|
return "fail_reason"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetCallBackAtField() string {
|
|
return "call_back_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetCursorField() string {
|
|
return "cursor"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetSendAtField() string {
|
|
return "send_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetExpireAtField() string {
|
|
return "expire_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotPrivateMsg) GetContentDataField() string {
|
|
return "content_data"
|
|
}
|
|
|
|
const TableNameModelTbRobotGroupMsg = "tb_crm_robot_group_msg"
|
|
|
|
func (t *ModelTbRobotGroupMsg) TableName() string {
|
|
return "tb_crm_robot_group_msg"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetBindIdField() string {
|
|
return "bind_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetRobotWxIdField() string {
|
|
return "robot_wx_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetUserWxIdField() string {
|
|
return "user_wx_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetMsgIdField() string {
|
|
return "msg_id"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetMsgTypeField() string {
|
|
return "msg_type"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetSendStatusField() string {
|
|
return "send_status"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetDirectField() string {
|
|
return "direct"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetSendErrorCodeField() string {
|
|
return "send_error_code"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetContentReadField() string {
|
|
return "content_read"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetCreatedAtField() string {
|
|
return "created_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetUpdatedAtField() string {
|
|
return "updated_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetFailReasonField() string {
|
|
return "fail_reason"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetCallBackAtField() string {
|
|
return "call_back_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetCursorField() string {
|
|
return "cursor"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetSendAtField() string {
|
|
return "send_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetExpireAtField() string {
|
|
return "expire_at"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetContentDataField() string {
|
|
return "content_data"
|
|
}
|
|
|
|
func (m *ModelTbRobotGroupMsg) GetSenderWxIdField() string {
|
|
return "sender_wx_id"
|
|
}
|
|
|
|
const TableNameModelSchedTask = "tb_crm_sched_task"
|
|
|
|
func (t *ModelSchedTask) TableName() string {
|
|
return "tb_crm_sched_task"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetCreatedAtField() string {
|
|
return "created_at"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetUpdatedAtField() string {
|
|
return "updated_at"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetTaskStateField() string {
|
|
return "task_state"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetTaskTypeField() string {
|
|
return "task_type"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetReqIdField() string {
|
|
return "req_id"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetReqJsonField() string {
|
|
return "req_json"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetRspJsonField() string {
|
|
return "rsp_json"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetRobotWxIdField() string {
|
|
return "robot_wx_id"
|
|
}
|
|
|
|
func (m *ModelSchedTask) GetExpiredAtField() string {
|
|
return "expired_at"
|
|
}
|
|
|
|
const TableNameModelRobotFriend = "tb_robot_friend"
|
|
|
|
func (t *ModelRobotFriend) TableName() string {
|
|
return "tb_robot_friend"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetRobotWechatIdField() string {
|
|
return "robot_wechat_id"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetUserWechatIdField() string {
|
|
return "user_wechat_id"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetDeletedField() string {
|
|
return "deleted"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetOfflineAddField() string {
|
|
return "offline_add"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetRemarkNameField() string {
|
|
return "remark_name"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetPinyinField() string {
|
|
return "pinyin"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetPinyinHeadField() string {
|
|
return "pinyin_head"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetDeleteTimeField() string {
|
|
return "delete_time"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetCreateTimeField() string {
|
|
return "create_time"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetUpdateTimeField() string {
|
|
return "update_time"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetAddAtField() string {
|
|
return "add_at"
|
|
}
|
|
|
|
func (m *ModelRobotFriend) GetCrmPhoneField() string {
|
|
return "crm_phone"
|
|
}
|
|
|
|
const TableNameModelWsConnectRecord = "tb_ws_connect_record"
|
|
|
|
func (t *ModelWsConnectRecord) TableName() string {
|
|
return "tb_ws_connect_record"
|
|
}
|
|
|
|
func (m *ModelWsConnectRecord) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelWsConnectRecord) GetUserIdField() string {
|
|
return "user_id"
|
|
}
|
|
|
|
func (m *ModelWsConnectRecord) GetCreatedAtField() string {
|
|
return "created_at"
|
|
}
|
|
|
|
func (m *ModelWsConnectRecord) GetLoginAtField() string {
|
|
return "login_at"
|
|
}
|
|
|
|
func (m *ModelWsConnectRecord) GetLogoutAtField() string {
|
|
return "logout_at"
|
|
}
|
|
|
|
func (m *ModelWsConnectRecord) GetBindIdField() string {
|
|
return "bind_id"
|
|
}
|
|
|
|
func (m *ModelWsConnectRecord) GetExpiredAtField() string {
|
|
return "expired_at"
|
|
}
|
|
|
|
const TableNameModelRobot = "tb_robot"
|
|
|
|
func (t *ModelRobot) TableName() string {
|
|
return "tb_robot"
|
|
}
|
|
|
|
func (m *ModelRobot) GetIdField() string {
|
|
return "_id"
|
|
}
|
|
|
|
func (m *ModelRobot) GetUserIdField() string {
|
|
return "user_id"
|
|
}
|
|
|
|
func (m *ModelRobot) GetCrmShopIdField() string {
|
|
return "crm_shop_id"
|
|
}
|
|
|
|
func (m *ModelRobot) GetAliasNameField() string {
|
|
return "alias_name"
|
|
}
|
|
|
|
func (m *ModelRobot) GetNickNameField() string {
|
|
return "nick_name"
|
|
}
|
|
|
|
func (m *ModelRobot) GetWechatIdField() string {
|
|
return "wechat_id"
|
|
}
|
|
|
|
func (m *ModelRobot) GetWechatAliasField() string {
|
|
return "wechat_alias"
|
|
}
|
|
|
|
func (m *ModelRobot) GetAvatarUrlField() string {
|
|
return "avatar_url"
|
|
}
|
|
|
|
func (m *ModelRobot) GetSexField() string {
|
|
return "sex"
|
|
}
|
|
|
|
func (m *ModelRobot) GetMobileField() string {
|
|
return "mobile"
|
|
}
|
|
|
|
func (m *ModelRobot) GetQrcodeField() string {
|
|
return "qrcode"
|
|
}
|
|
|
|
func (m *ModelRobot) GetStatusField() string {
|
|
return "status"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLimitedField() string {
|
|
return "limited"
|
|
}
|
|
|
|
func (m *ModelRobot) GetAbilityLimitField() string {
|
|
return "ability_limit"
|
|
}
|
|
|
|
func (m *ModelRobot) GetInitFriendField() string {
|
|
return "init_friend"
|
|
}
|
|
|
|
func (m *ModelRobot) GetNowFriendField() string {
|
|
return "now_friend"
|
|
}
|
|
|
|
func (m *ModelRobot) GetAutoAddFriendField() string {
|
|
return "auto_add_friend"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLastLoginTimeField() string {
|
|
return "last_login_time"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLastLogOutTimeField() string {
|
|
return "last_log_out_time"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLastRegionCodeField() string {
|
|
return "last_region_code"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLastCityField() string {
|
|
return "last_city"
|
|
}
|
|
|
|
func (m *ModelRobot) GetTodayRequireTimeField() string {
|
|
return "today_require_time"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLastRequireAddFriendTimeField() string {
|
|
return "last_require_add_friend_time"
|
|
}
|
|
|
|
func (m *ModelRobot) GetCrmAutoAddFriendField() string {
|
|
return "crm_auto_add_friend"
|
|
}
|
|
|
|
func (m *ModelRobot) GetDeleteTimeField() string {
|
|
return "delete_time"
|
|
}
|
|
|
|
func (m *ModelRobot) GetCreateTimeField() string {
|
|
return "create_time"
|
|
}
|
|
|
|
func (m *ModelRobot) GetUpdateTimeField() string {
|
|
return "update_time"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLogAndOutTimeField() string {
|
|
return "log_and_out_time"
|
|
}
|
|
|
|
func (m *ModelRobot) GetAndroidStatusField() string {
|
|
return "android_status"
|
|
}
|
|
|
|
func (m *ModelRobot) GetGreetIdField() string {
|
|
return "greet_id"
|
|
}
|
|
|
|
func (m *ModelRobot) GetAndroidWechatVersionField() string {
|
|
return "android_wechat_version"
|
|
}
|
|
|
|
func (m *ModelRobot) GetRiskControlGroupField() string {
|
|
return "risk_control_group"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLastPcLoginAtField() string {
|
|
return "last_pc_login_at"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLastPcLogoutAtField() string {
|
|
return "last_pc_logout_at"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLastAndroidLoginAtField() string {
|
|
return "last_android_login_at"
|
|
}
|
|
|
|
func (m *ModelRobot) GetLastAndroidLogoutAtField() string {
|
|
return "last_android_logout_at"
|
|
}
|
|
|
|
func (m *ModelRobot) GetRiskControlTaskField() string {
|
|
return "risk_control_task"
|
|
}
|
|
|
|
func (m *ModelRobot) GetOpenForStrangerField() string {
|
|
return "open_for_stranger"
|
|
}
|
|
|
|
func (m *ModelRobot) GetMomentPrivacyTypeField() string {
|
|
return "moment_privacy_type"
|
|
}
|
|
|
|
func (m *ModelRobot) GetCoverUrlField() string {
|
|
return "cover_url"
|
|
}
|
|
|
|
func (m *ModelRobot) GetCountryField() string {
|
|
return "country"
|
|
}
|
|
|
|
func (m *ModelRobot) GetProvinceField() string {
|
|
return "province"
|
|
}
|
|
|
|
func (m *ModelRobot) GetCityField() string {
|
|
return "city"
|
|
}
|
|
|
|
func (m *ModelRobot) GetSignatureField() string {
|
|
return "signature"
|
|
}
|