添加表格答案表

This commit is contained in:
he
2022-08-22 09:30:50 +08:00
parent 8c03058f5b
commit b387e4fdb4
3 changed files with 60 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
public static readonly string ConnectionString = "Server=123.56.94.154,1433\\MSSQLSERVER;Database=IRaCIS_New_Tet;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true";
public static readonly string DbDatabase = "IRaCIS_New_Tet";
//表名称用字符串,拼接
public static readonly string TableName = "ReadingTableQuestionTrial";
public static readonly string TableName = "ReadingTableQuestionAnswer";
//具体文件里面 例如service 可以配置是否分页
}
#>