feat : sts

This commit is contained in:
2025-05-28 15:38:54 +08:00
parent 922fc16a52
commit e3ca9e814e

View File

@@ -31,4 +31,9 @@ class Suggest extends Model
* The attributes that should be cast to native types. * The attributes that should be cast to native types.
*/ */
protected array $casts = ['id' => 'integer', 'category' => 'integer', 'user_id' => 'integer']; protected array $casts = ['id' => 'integer', 'category' => 'integer', 'user_id' => 'integer'];
const string CREATED_AT = 'create_time';
const string UPDATED_AT = 'update_time';
} }