xiejun
2025-01-22 d9183aa80ae17d36b79dda48c6b1d7fa22a80ee3
Source/UBCS/ubcs-service-api/ubcs-deploy-api/src/main/java/com/vci/ubcs/deploy/entity/DeployApps.java
@@ -39,8 +39,23 @@
   private String logPath;
   /**
    * 命令配置
    * 启动
    */
   private CmdConfig cmdCofig;
   private String startCmd;
   /**
    * 重启
    */
   private String restartCmd;
   /**
    * 停止
    */
   private String stopCmd;
   /**
    * 文件备份路径
    */
   private String fileBack;
}