currency_commodities
需要使用货币购买的商品
| 字段 | 类型 | 说明 |
|---|---|---|
| id | int | 自增id |
| creator | int | 商品创建者 |
| currency | int | 货币别名id |
| amount | int | 货币总价 |
| title | varchar | 商品标题 |
| body | text | 商品详情 |
| purchase_count | int | 购买统计 |
需要使用货币购买的商品
| 字段 | 类型 | 说明 |
|---|---|---|
| id | int | 自增id |
| creator | int | 商品创建者 |
| currency | int | 货币别名id |
| amount | int | 货币总价 |
| title | varchar | 商品标题 |
| body | text | 商品详情 |
| purchase_count | int | 购买统计 |
