示例#1
0
 public function getNullBarcode()
 {
     return Item::whereNull('barcode_id')->orWhere('barcode_id', '=', '')->get();
 }