255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'file_url' => '文件url', 'extension' => '文件扩展名', 'type' => '文件类型:', 'size' => '文件大小,字节', 'addtime' => 'Addtime', 'is_delete' => 'Is Delete', 'group_id' => '分组id', 'mch_id' => '商户id', ]; } }