20220918 焊接修改

This commit is contained in:
2022-09-18 23:22:47 +08:00
parent 8f3c0fd9ba
commit 01ce3c0381
18 changed files with 1322 additions and 121 deletions
@@ -0,0 +1,3 @@
select * from HJGL_DataImport
alter table HJGL_DataImport alter column CreateDate datetime
@@ -0,0 +1,8 @@
--ADD BY lipengfei 2022-09-16
1修改数据导入上传时间类型
2.根据焊接测试修改
--END