【工作中心】虚拟工作中心

This commit is contained in:
10001392 2024-12-04 18:04:58 +08:00
parent 65dcfb0671
commit 9b7df5beca
2 changed files with 7 additions and 0 deletions

View File

@ -115,5 +115,9 @@ public class ProcessWorkCenterEntity implements Serializable {
@TableField(value = "updated_time",fill = FieldFill.INSERT_UPDATE)
private Date updatedTime;
// 虚拟工作中心
@TableField(value = "working_type")
private Date workingType;
}

View File

@ -97,5 +97,8 @@ public class ProcessWorkCenterVO implements Serializable {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT-8")
private Date updateTime;
// 虚拟工作中心
private Date workingType;
}