no message
Showing
3 changed files
with
15 additions
and
0 deletions
| ... | @@ -35,6 +35,11 @@ public class Upgrade extends BaseEntity { | ... | @@ -35,6 +35,11 @@ public class Upgrade extends BaseEntity { |
| 35 | private String fileOssId; | 35 | private String fileOssId; |
| 36 | 36 | ||
| 37 | /** | 37 | /** |
| 38 | * 程序包文件链接 | ||
| 39 | */ | ||
| 40 | private String fileUrl; | ||
| 41 | |||
| 42 | /** | ||
| 38 | * 升级包类型 Android IOS windows | 43 | * 升级包类型 Android IOS windows |
| 39 | */ | 44 | */ |
| 40 | private String platformType; | 45 | private String platformType; | ... | ... |
| ... | @@ -27,6 +27,11 @@ public class UpgradeBo extends BaseBO { | ... | @@ -27,6 +27,11 @@ public class UpgradeBo extends BaseBO { |
| 27 | private String fileOssId; | 27 | private String fileOssId; |
| 28 | 28 | ||
| 29 | /** | 29 | /** |
| 30 | * 程序包文件链接 | ||
| 31 | */ | ||
| 32 | private String fileUrl; | ||
| 33 | |||
| 34 | /** | ||
| 30 | * 升级包类型 Android IOS windows | 35 | * 升级包类型 Android IOS windows |
| 31 | */ | 36 | */ |
| 32 | private String platformType; | 37 | private String platformType; | ... | ... |
| ... | @@ -28,6 +28,11 @@ public class UpgradeVo { | ... | @@ -28,6 +28,11 @@ public class UpgradeVo { |
| 28 | private String fileOssId; | 28 | private String fileOssId; |
| 29 | 29 | ||
| 30 | /** | 30 | /** |
| 31 | * 程序包文件链接 | ||
| 32 | */ | ||
| 33 | private String fileUrl; | ||
| 34 | |||
| 35 | /** | ||
| 31 | * 文件地址 | 36 | * 文件地址 |
| 32 | */ | 37 | */ |
| 33 | private String ossUrl; | 38 | private String ossUrl; | ... | ... |
-
Please register or sign in to post a comment