焊工 入场 离场 日报导入 装置排序
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Alter TABLE [dbo].[BS_Welder]
|
||||
add [InTime] [datetime] NULL,
|
||||
[OutTime] [datetime] NULL
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
Alter TABLE [dbo].[BS_Welder]
|
||||
add [InTime] [datetime] NULL,
|
||||
[OutTime] [datetime] NULL
|
||||