ソースを参照

新增自定义字段接口

chenxiqiang 6 年 前
コミット
29694b2d5a
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      manage-server/app/Models/RewardPrice.php

+ 1
- 0
manage-server/app/Models/RewardPrice.php ファイルの表示

@@ -6,6 +6,7 @@ use Illuminate\Database\Eloquent\Model;
6 6
 
7 7
 class RewardPrice extends Model
8 8
 {
9
+    public $timestamps = false;
9 10
 
10 11
     protected $fillable = [
11 12
         'price',

Loading…
キャンセル
保存