基于fastadmin 简单商城的亮T裁衣商城 项目 包含用户端接口 、验货端接口、pc管理平台。
|
1 mese fa | |
---|---|---|
addons | 1 mese fa | |
application | 1 mese fa | |
docs | 1 mese fa | |
extend | 3 mesi fa | |
public | 1 mese fa | |
runtime | 3 mesi fa | |
.bowerrc | 3 mesi fa | |
.env.sample | 3 mesi fa | |
.gitignore | 1 mese fa | |
.npmrc | 3 mesi fa | |
Gruntfile.js | 3 mesi fa | |
LICENSE | 3 mesi fa | |
ORDER_STATISTICS_README.md | 1 mese fa | |
README.md | 1 mese fa | |
composer.json | 1 mese fa | |
gitpull.sh | 2 mesi fa | |
install.sql | 2 mesi fa | |
install_platform_config.sql | 2 mesi fa | |
package-lock.json | 3 mesi fa | |
package.json | 2 mesi fa | |
think | 3 mesi fa |
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;