# Polaris **Repository Path**: mark4z/Polaris ## Basic Information - **Project Name**: Polaris - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##### 2019/11/12 14:53 by yonyong ``` shop_product_base comment1字段用作某个商品(spu)的所有商品可用库存总和 shop_product_base comment2字段用作某个商品(spu)的所有商品锁定库存总和 shop_category comment1字段用作当前分类的路径 ``` ##### 2019/11/14 11:35 by yonyong ``` shop_carouse comment字段用作当前轮播图绑定的商品spu 123231231412 ``` ##### 2019/12/3 16:42 by yonyong ``` shop_category 主键改为int,自增 shop_address 表comment1字段用作收货地址联系人,comment2字段用作收货地址联系电话 shop_address weight字段用作判断收货地址是否为默认收货地址,1为是,其他则不是 ``` ##### 2019/12/13 09:39 by yonyong ```html 订单状态 order表state字段 state 0 待付款 1 待发货订单 2待收货订单 3待评价订单 4 交易成功订单 5 已关闭订单 ``` ##### 2019/12/15 09:39 by yonyong ```html 历史记录 shop_history表usrname字段由手机号变更为userid ``` ##### 2019/12/15 09:39 by yonyong ```html 订单表 shop_order表comment1字段用作付款时间 ``` ##### 2019/12/22 22:43 by yonyong ```html 订单表 shop_carouse表id由varchar改为自增 ```