5134eab3 by chentao

no message

1 parent 3e7eb06c
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!