diff --git a/HJGL/.vs/HJGL/v17/.suo b/HJGL/.vs/HJGL/v17/.suo
index 2fb8d84..433b7e3 100644
Binary files a/HJGL/.vs/HJGL/v17/.suo and b/HJGL/.vs/HJGL/v17/.suo differ
diff --git a/HJGL/DataBase/版本日志/BSFDB_2024-05-10.sql b/HJGL/DataBase/版本日志/BSFDB_2024-05-10.sql
new file mode 100644
index 0000000..f90a390
--- /dev/null
+++ b/HJGL/DataBase/版本日志/BSFDB_2024-05-10.sql
@@ -0,0 +1,28 @@
+create table PMI_Detections
+(
+ Id nvarchar(50) not null primary key,
+ DelegationNo nvarchar(50) not null,
+ DelegationDate datetime,
+ InstallationId nvarchar(50),
+ UnitId nvarchar(50),
+ DetectionStandard nvarchar(50),
+ Remark nvarchar(255),
+ CreatedTime datetime default getdate()
+)
+go
+create table PMI_DetectionDetails
+(
+ Id nvarchar(50) not null primary key,
+ PMIId nvarchar(50) not null,
+ JointId nvarchar(50) not null,
+ QualityNo nvarchar(255),
+ Acceptance nvarchar(255),
+ CreatedTime datetime default getdate()
+)
+go
+
+
+
+insert into Sys_Menu values('A6FB44C3-0920-4F77-862F-D814FD5E5D23','PMI¼ì²â¹ÜÀí','PMI detection management','',21,0,3,NUll,1)
+insert into Sys_Menu values(NEWID(),'PMIίÍÐ','PMI delegation','/WeldingProcess/PMI/PMIDelegation.aspx',0,'A6FB44C3-0920-4F77-862F-D814FD5E5D23',3,NULL,1)
+insert into Sys_Menu values(NEWID(),'PMI¼ì²â¼Èë','PMI detection entry','/WeldingProcess/PMI/PMIDetectionEntry.aspx',0,'A6FB44C3-0920-4F77-862F-D814FD5E5D23',3,NULL,1)
\ No newline at end of file
diff --git a/HJGL/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL/FineUIPro.Web/FineUIPro.Web.csproj.user
index 046bc87..5c9a7fe 100644
--- a/HJGL/FineUIPro.Web/FineUIPro.Web.csproj.user
+++ b/HJGL/FineUIPro.Web/FineUIPro.Web.csproj.user
@@ -11,5 +11,38 @@
-
+
+
+
+
+
+
+ CurrentPage
+ True
+ False
+ False
+ False
+
+
+
+
+
+
+
+
+ True
+ False
+ True
+ True
+ 0
+ /
+ http://localhost:46133/
+ False
+ False
+
+
+
+
+
+
\ No newline at end of file
diff --git a/HJGL/FineUIPro.Web/Web.config b/HJGL/FineUIPro.Web/Web.config
index 8868ed3..9ecdad1 100644
--- a/HJGL/FineUIPro.Web/Web.config
+++ b/HJGL/FineUIPro.Web/Web.config
@@ -9,7 +9,7 @@
-
+
@@ -51,7 +51,7 @@
-
+