冲突修改
This commit is contained in:
@@ -86,10 +86,6 @@ public class CsEdDataPO extends BaseEntity {
|
|||||||
@TableField(value = "file_path")
|
@TableField(value = "file_path")
|
||||||
private String filePath;
|
private String filePath;
|
||||||
|
|
||||||
/**
|
|
||||||
* 装置类型
|
|
||||||
*/
|
|
||||||
@TableField(value = "type")
|
|
||||||
private String type;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -77,7 +77,6 @@ public class CsEdDataVO extends BaseEntity {
|
|||||||
@ApiModelProperty(value = ".bin文件")
|
@ApiModelProperty(value = ".bin文件")
|
||||||
private String filePath;
|
private String filePath;
|
||||||
|
|
||||||
@ApiModelProperty(value = "type")
|
|
||||||
private String type;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user