feat: There is no way the,
This commit is contained in:
@@ -70,9 +70,21 @@ public class BusProcessEvaluationHis implements Serializable {
|
|||||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private String updateTime;
|
private String updateTime;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "onlyOffice 是否编辑 0 未编辑 1 已编辑")
|
||||||
|
@TableField("EDIT_STATUS")
|
||||||
|
private String editStatus;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "onlyOffice 编辑文件存储路径")
|
||||||
|
@TableField("EDIT_FILE_PATH")
|
||||||
|
private String editFilePath;
|
||||||
|
|
||||||
@ApiModelProperty(value = "逻辑状态")
|
@ApiModelProperty(value = "逻辑状态")
|
||||||
@TableField("FLAG")
|
@TableField("FLAG")
|
||||||
private String flag;
|
private String flag;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "onlyOffice 访问编辑文件全路径")
|
||||||
|
@TableField(exist = false)
|
||||||
|
private String downLoadUrl;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user