访视阅片任务生成和列表展示
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<#+
|
||||
public class config
|
||||
{
|
||||
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 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 = "SystemNotice,SystemNoticeUserRead,SystemNoticeUserType";
|
||||
public static readonly string TableName = "VisitTask";
|
||||
//具体文件里面 例如service 可以配置是否分页
|
||||
}
|
||||
#>
|
||||
|
||||
Reference in New Issue
Block a user