6
0
Fork 0

移除订单重量

release
李静 2021-12-11 17:44:35 +08:00
parent 99efee83fc
commit 03d0c1d0d3
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class CreateOrdersTable extends Migration
$table->unsignedBigInteger('shipping_fee')->default(0)->comment('运费');
$table->unsignedBigInteger('products_total_amount')->comment('商品总额');
$table->unsignedBigInteger('total_amount')->comment('订单总额(支付金额)=商品总额+运费-优惠券金额-会员优惠-减免金额');
$table->unsignedInteger('weight')->default(0)->comment('订单重量');
$table->string('note')->nullable()->comment('客户备注');
$table->string('remark')->nullable()->comment('订单备注');
// 支付信息