feat: 添加组网图
This commit is contained in:
@@ -135,4 +135,6 @@ public class ProjectRespVO implements VO {
|
|||||||
@ExcelProperty("创建时间")
|
@ExcelProperty("创建时间")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
|
||||||
|
@Schema(description = "文件url")
|
||||||
|
private String fileUrl;
|
||||||
}
|
}
|
||||||
@@ -73,4 +73,6 @@ public class ProjectSaveReqVO {
|
|||||||
@Schema(description = "备注", example = "随便")
|
@Schema(description = "备注", example = "随便")
|
||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
|
@Schema(description = "文件url")
|
||||||
|
private String fileUrl;
|
||||||
}
|
}
|
||||||
@@ -110,4 +110,8 @@ public class ProjectDO extends BaseDO {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
private Integer dataType;
|
private Integer dataType;
|
||||||
|
/**
|
||||||
|
* 文件url
|
||||||
|
*/
|
||||||
|
private String fileUrl;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user