# y\_users\_agreement
表注释: 用户任务培训/合同签订表
| 字段 | 类型 | 空 | 默认 | 链接到 | 注释 |
| --- | --- | --- | --- | --- | --- |
| id*(主键)* | int(11) | 否 | | | |
| platform\_id | int(11) | 是 | *NULL* | | 平台id |
| supplier\_id | int(11) | 是 | *NULL* | | 供应商id |
| type | int(11) | 是 | *NULL* | | 任务类型:1.推广佣金;2.红包;3.营销赋能; |
| name | varchar(50) | 是 | *NULL* | | 任务名称 |
| uid | int(11) | 是 | *NULL* | | 用户id |
| username | varchar(50) | 是 | *NULL* | | 用户名称 |
| agree\_status | int(16) | 是 | *NULL* | | 合同签订状态:1已签订;-1禁用;0未签订 |
| agree\_time | varchar(50) | 是 | *NULL* | | 合同签订时间 |
| train\_time | varchar(50) | 是 | *NULL* | | 培训完成时间 |
| train\_status | int(11) | 是 | 0 | | 培训状态:1.已完成;-1已禁用;0.未完成 |
| status | int(11) | 是 | *NULL* | | 推广激活状态:1正常;0.未激活(夺标未中时,未完成任务时) |
| ceated\_time | varchar(20) | 是 | *NULL* | | 创建时间 |
| updated\_time | varchar(20) | 是 | *NULL* | | 更新时间 |
| updated\_id | int(11) | 是 | *NULL* | | 更新人id |
| created\_at | timestamp | 是 | *NULL* | | |
| updated\_at | timestamp | 是 | *NULL* | | |
| deleted\_at | timestamp | 是 | *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
- 散记
- 云计算数据库
- 用户完成任务信息表
- 用户任务培训/合同签订表