|Order newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Order newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Order query() * @method static \Illuminate\Database\Eloquent\Builder|Order whereBarcode($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereBrand($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereCancelDt($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereDate($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereDiscountPercent($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereGNumber($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereIncomeId($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereIsCancel($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereLastChangeDate($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereNmId($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereOblast($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereOdid($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereSubject($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereSupplierArticle($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereTechSize($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereTotalPrice($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Order whereWarehouseName($value) * @mixin \Eloquent */ class Order extends Model { protected $fillable = [ 'g_number', 'date', 'last_change_date', 'supplier_article', 'tech_size', 'barcode', 'total_price', 'discount_percent', 'warehouse_name', 'oblast', 'income_id', 'odid', 'nm_id', 'subject', 'category', 'brand', 'is_cancel', 'cancel_dt', ]; }