芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/app/Model/Coupon.php
'float', 'max_discount' => 'float', 'discount' => 'float', 'status' => 'integer', 'start_date' => 'date', 'expire_date' => 'date', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; public function order(){ return $this->hasMany(Order::class, 'coupon_code', 'code'); } public function seller(){ return $this->belongsTo(Seller::class); } }