5134eab3 by chentao

no message

1 parent 3e7eb06c
......@@ -35,6 +35,11 @@ public class Upgrade extends BaseEntity {
private String fileOssId;
/**
* 程序包文件链接
*/
private String fileUrl;
/**
* 升级包类型 Android IOS windows
*/
private String platformType;
......
......@@ -27,6 +27,11 @@ public class UpgradeBo extends BaseBO {
private String fileOssId;
/**
* 程序包文件链接
*/
private String fileUrl;
/**
* 升级包类型 Android IOS windows
*/
private String platformType;
......
......@@ -28,6 +28,11 @@ public class UpgradeVo {
private String fileOssId;
/**
* 程序包文件链接
*/
private String fileUrl;
/**
* 文件地址
*/
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!