添加项目文件。

This commit is contained in:
liming 蔡
2026-08-12 10:50:46 +08:00
parent fd3db6a810
commit ca8fec1e3b
298 changed files with 115094 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
USE [LargeSquareOne]
GO
/****** Object: Table [dbo].[NgCodeEntity] Script Date: 2025/12/14 16:33:19 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[NgCodeEntity](
[ngCode] [nvarchar](50) NULL,
[ngMessage] [nvarchar](50) NULL
) ON [PRIMARY]
GO