mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
chore: 工作区反编译与 Maven/文档/脚本同步到发布分支
- artifacts/decompiled 树与相关源码变更 - maven-cw-elevator-application 业务 docs 与 package-info - scripts 下 formatter 校验与辅助脚本 - 其他子工程/接口与发布线一并纳入版本控制 Made-with: Cursor Former-commit-id: e102e8cab64e575bcd23c9a66a598aa1892bb492
This commit is contained in:
+11
-11
@@ -1,11 +1,11 @@
|
||||
package cn.cloudwalk.client.device.pkg.result;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 编译占位基类(见模块 pom 说明)。原逻辑来自设备侧 CWOS 包。
|
||||
*/
|
||||
public class DeviceUpgradeResult implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
||||
package cn.cloudwalk.client.device.pkg.result;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 编译占位基类(见模块 pom 说明)。原逻辑来自设备侧 CWOS 包。
|
||||
*/
|
||||
public class DeviceUpgradeResult implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user