【工作中心】虚拟工作中心
This commit is contained in:
parent
65dcfb0671
commit
9b7df5beca
|
|
@ -115,5 +115,9 @@ public class ProcessWorkCenterEntity implements Serializable {
|
||||||
|
|
||||||
@TableField(value = "updated_time",fill = FieldFill.INSERT_UPDATE)
|
@TableField(value = "updated_time",fill = FieldFill.INSERT_UPDATE)
|
||||||
private Date updatedTime;
|
private Date updatedTime;
|
||||||
|
|
||||||
|
// 虚拟工作中心
|
||||||
|
@TableField(value = "working_type")
|
||||||
|
private Date workingType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -97,5 +97,8 @@ public class ProcessWorkCenterVO implements Serializable {
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT-8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT-8")
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
|
|
||||||
|
// 虚拟工作中心
|
||||||
|
private Date workingType;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue