审计添加

This commit is contained in:
2022-04-25 09:59:38 +08:00
parent e4590c3bdf
commit 5b422f575e
11 changed files with 390 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
public static readonly string ConnectionString = "Server=123.56.181.144,14333\\MSSQLExpress14;Database=IRaCIS_New;User ID=sa;Password=dev123456DEV;";
public static readonly string DbDatabase = "IRaCIS_New";
//表名称用字符串,拼接
public static readonly string TableName = "CommonDocument";
public static readonly string TableName = "SystemNotice,SystemNoticeUserRead,SystemNoticeUserType";
//具体文件里面 例如service 可以配置是否分页
}
#>