新建节目时,自动修复时间,取消手动修复,取消主动修改分P

This commit is contained in:
2022-12-20 20:55:51 +08:00
parent 5e497e8677
commit 88043379f3
5 changed files with 11 additions and 15 deletions

View File

@ -6,6 +6,7 @@ use Illuminate\Database\Eloquent\Model;
/**
* @property \Carbon\Carbon $duration
* @property int $part_num
*/
class VideoParts extends Model
{