示例#1
0
 public function run()
 {
     Depreciation::truncate();
     factory(Depreciation::class, 'depreciation')->create();
 }