zqm_store_cost
- 店铺费用表
字段 | 类型 | 允许空 | 默认 | 注释 |
---|---|---|---|---|
cost_id | int(10) unsigned | NO | NULL | 费用编号 |
cost_store_id | int(10) unsigned | NO | NULL | 店铺编号 |
cost_seller_id | int(10) unsigned | NO | NULL | 卖家编号 |
cost_price | int(10) unsigned | NO | NULL | 价格 |
cost_remark | varchar(255) | NO | NULL | 费用备注 |
cost_state | tinyint(3) unsigned | NO | NULL | 费用状态(0-未结算 1-已结算) |
cost_time | int(10) unsigned | NO | NULL | 费用发生时间 |