Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
package com.njcn.device.pojo.vo;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.EqualsAndHashCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @version 1.0.0
|
||||||
|
* @author: chenchao
|
||||||
|
* @date: 2022/06/21 11:32
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
@EqualsAndHashCode(callSuper = true)
|
||||||
|
public class ShowVersionVO extends VersionVO {
|
||||||
|
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
/**
|
||||||
|
* 终端版本文件状态(0-不存在 1-存在)
|
||||||
|
*/
|
||||||
|
@ApiModelProperty("终端版本文件状态(0-不存在 1-存在)")
|
||||||
|
private Integer fileFlag;
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user