feat:联调bug修改
parent
32bf291489
commit
de1823ec28
|
|
@ -106,4 +106,11 @@ public class StoragePool {
|
||||||
@TableField("path")
|
@TableField("path")
|
||||||
@ApiModelProperty(value = "路劲")
|
@ApiModelProperty(value = "路劲")
|
||||||
private String path;
|
private String path;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 可用容量
|
||||||
|
*/
|
||||||
|
@TableField("autostart")
|
||||||
|
@ApiModelProperty(value = "自启动")
|
||||||
|
private Integer autostart;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue