From de1823ec28f09bf7064c1ce82e71435e7531727c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=A4=E5=85=A8=E6=98=86?= Date: Fri, 5 Sep 2025 15:28:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=81=94=E8=B0=83bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/unisinsight/project/entity/dao/StoragePool.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nex-be/src/main/java/com/unisinsight/project/entity/dao/StoragePool.java b/nex-be/src/main/java/com/unisinsight/project/entity/dao/StoragePool.java index 1d31180..980e93f 100644 --- a/nex-be/src/main/java/com/unisinsight/project/entity/dao/StoragePool.java +++ b/nex-be/src/main/java/com/unisinsight/project/entity/dao/StoragePool.java @@ -106,4 +106,11 @@ public class StoragePool { @TableField("path") @ApiModelProperty(value = "路劲") private String path; + + /** + * 可用容量 + */ + @TableField("autostart") + @ApiModelProperty(value = "自启动") + private Integer autostart; }