基于fastadmin 简单商城的亮T裁衣商城 项目 包含用户端接口 、验货端接口、pc管理平台。
|
hace 1 mes | |
---|---|---|
addons | hace 2 meses | |
application | hace 1 mes | |
docs | hace 1 mes | |
extend | hace 4 meses | |
public | hace 1 mes | |
runtime | hace 4 meses | |
.bowerrc | hace 4 meses | |
.env.sample | hace 4 meses | |
.gitignore | hace 1 mes | |
.npmrc | hace 4 meses | |
Gruntfile.js | hace 4 meses | |
LICENSE | hace 4 meses | |
ORDER_STATISTICS_README.md | hace 2 meses | |
README.md | hace 2 meses | |
composer.json | hace 2 meses | |
gitpull.sh | hace 3 meses | |
install.sql | hace 2 meses | |
install_platform_config.sql | hace 2 meses | |
package-lock.json | hace 4 meses | |
package.json | hace 3 meses | |
think | hace 4 meses |
FastAdmin是一款基于ThinkPHP+Bootstrap的极速后台开发框架。
# 订单数据
truncate fa_shop_order;
truncate fa_shop_order_goods;
truncate fa_shop_order_action;
truncate fa_shop_order_address;
truncate fa_shop_order_action;
truncate fa_shop_order_electronics;
truncate fa_shop_order_invoice;
truncate fa_shop_order_aftersales;
truncate fa_shop_order_express;
truncate fa_shop_order_express_log;
truncate fa_shop_order_express_log;
truncate fa_shop_comment;
# 支付数据
truncate fa_shop_pay;
# 验货端数据
truncate inspection_application;
truncate inspection_task;
truncate inspection_result;
truncate inspection_photo;
# 用户数据
truncate fa_user;
truncate fa_shop_user_address;