田源
2024-03-07 6ca4dcf73b6fd1ac42c77c75c8ce422a75b75a19
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;
}