` smallint NOT NULL COMMENT '地区表中城市的id',
`district` smallint NOT NULL COMMENT '地区表中的区id',
`address...订单实体
1....`address` varchar(100) NOT NULL COMMENT '收货人详细地址',
`payment_method` tinyint NOT NULL COMMENT '支付方式...:1现金,2余额,3网银,4支付宝,5微信',
`order_money` decimal(8,2) NOT NULL COMMENT '订单金额',
`district_money` decimal...receive_time` datetime DEFAULT NULL COMMENT '收货时间',
`order_status` tinyint NOT NULL DEFAULT '0' COMMENT '订单状态