接口联调
This commit is contained in:
@@ -57,6 +57,8 @@ public class Version extends BaseEntity {
|
||||
*/
|
||||
private byte[] file;
|
||||
|
||||
private String fileName;
|
||||
|
||||
/**
|
||||
* 终端程序版本状态(0-停用 1-启用)
|
||||
*/
|
||||
|
||||
@@ -77,6 +77,7 @@ public class VersionVO implements Serializable {
|
||||
@ApiModelProperty("终端程序版本状态(0-停用 1-启用)")
|
||||
private Integer versionFlag;
|
||||
|
||||
|
||||
@ApiModelProperty("文件名称")
|
||||
private String fileName;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user