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

This commit is contained in:
10001392 2024-12-05 08:27:40 +08:00
parent 9b7df5beca
commit 65db1a15d4
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,6 @@ public class ProcessWorkCenterEntity implements Serializable {
// 虚拟工作中心
@TableField(value = "working_type")
private Date workingType;
private String workingType;
}