Browse Source

添加产品分类接口

chenxiqiang 6 years ago
parent
commit
a9a55772af
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      manage-server/app/Models/ProductClassify.php

+ 2
- 0
manage-server/app/Models/ProductClassify.php View File

@@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Model;
6 6
 
7 7
 class ProductClassify extends Model
8 8
 {
9
+
10
+    public $timestamps = false;
9 11
     protected $fillable = [
10 12
         'classify', // 产品分类
11 13
     ];

Loading…
Cancel
Save