feat:联调bug修改

master
汤全昆 2025-09-05 15:28:06 +08:00
parent 32bf291489
commit de1823ec28
1 changed files with 7 additions and 0 deletions

View File

@ -106,4 +106,11 @@ public class StoragePool {
@TableField("path")
@ApiModelProperty(value = "路劲")
private String path;
/**
*
*/
@TableField("autostart")
@ApiModelProperty(value = "自启动")
private Integer autostart;
}