diff --git a/src/plugin/admin/app/model/Upload.php b/src/plugin/admin/app/model/Upload.php
index 9f2c14f..d9ad686 100644
--- a/src/plugin/admin/app/model/Upload.php
+++ b/src/plugin/admin/app/model/Upload.php
@@ -18,6 +18,7 @@ use plugin\admin\app\model\Base;
* @property string $storage 存储位置
* @property string $created_at 上传时间
* @property string $category 类别
+ * @property string $updated_at 更新时间
*/
class Upload extends Base
{
@@ -35,12 +36,7 @@ class Upload extends Base
*/
protected $primaryKey = 'id';
- /**
- * Indicates if the model should be timestamped.
- *
- * @var bool
- */
- public $timestamps = false;
+
}
diff --git a/src/plugin/admin/app/view/upload/index.html b/src/plugin/admin/app/view/upload/index.html
index cb32995..3ba6560 100644
--- a/src/plugin/admin/app/view/upload/index.html
+++ b/src/plugin/admin/app/view/upload/index.html
@@ -21,6 +21,45 @@
+
+
+
+
+
+
+
+
+
+