WMSWaybill.php 249 B

12345678910111213
  1. <?php
  2. namespace App;
  3. use Illuminate\Database\Eloquent\Model;
  4. class WMSWaybill extends Model
  5. {
  6. //
  7. protected $fillable=['OrderNo','CustomerID','CarrierID','ConsigneeName',
  8. 'C_Tel','C_Address','C_Province','C_City','C_District'];
  9. }