# ims\_ewei\_shop\_account
表注释: 后台登陆表
此表是店铺、供应商的账号表
| 字段 | 类型 | 空 | 默认 | 链接到 | 注释 |
| --- | --- | --- | --- | --- | --- |
| id*(主键)* | int(11) | 否 | | | |
| uniacid | int(11) | 是 | 0 | | |
| openid | varchar(255) | 是 | | | |
| user\_id | int(11) | 是 | 0 | | user表对应的id |
| username | varchar(255) | 是 | | | |
| pwd | varchar(255) | 是 | | | |
| salt | varchar(255) | 是 | | | |
| status | tinyint(3) | 是 | 0 | | |
| perms | text | 是 | *NULL* | | |
| isfounder | tinyint(3) | 是 | 0 | | |
| lastip | varchar(255) | 是 | | | |
| lastvisit | varchar(255) | 是 | | | |
| roleid | int(11) | 是 | 0 | | |
| type | varchar(100) | 是 | *NULL* | | 账户类型 merch、dividend |
| clear\_pwd | varchar(255) | 是 | *NULL* | | 密码明文 |
- 数据表
- ims_ewei_shop_college_clickcount
- ims_ewei_shop_contract
- ims_ewei_shop_contract_category
- ims_ewei_shop_contract_log
- ims_ewei_shop_member_bonus
- ims_ewei_shop_member_task
- ims_ewei_shop_member_withdraw
- ims_ewei_shop_founder
- ims_ewei_shop_founder_bill
- ims_ewei_shop_dividend_recharge
- ims_ewei_shop_bank
- ims_ewei_shop_member
- ims_ewei_shop_member_recharge
- ims_ewei_shop_license_agency
- ewei_shop_merch_bonus
- ims_ewei_shop_merch_dividend_level
- ims_ewei_shop_merch_pay
- ims_ewei_shop_order
- ims_ewei_shop_order_goods
- ims_ewei_shop_order_refund
- ims_ewei_shop_account
- ims_ewei_shop_member_info
- ims_ewei_shop_user
- ims_ewei_shop_user_info
- ims_ewei_shop_dividend_merch
- ims_ewei_shop_dividend_upgrade
- ims_ewei_shop_cash_record
- model
- 店铺model
- 云计算model
- QrcodeModel
- 商学院model
- common
- 灵活用工model
- memberModel
- 散记
- 云计算数据库
- 用户完成任务信息表
- 用户任务培训/合同签订表