Compare commits
No commits in common. "b9cace17b2c8e1749a1f3f50773a9ea628c9a6eb" and "0eae520f0d61d8b7106c5b28d9f73c2e220fa36f" have entirely different histories.
b9cace17b2
...
0eae520f0d
|
|
@ -65,7 +65,7 @@
|
|||
"FromName": "Test_Study",
|
||||
"AuthorizationCode": "zhanying123",
|
||||
|
||||
"SiteUrl": "http://study.test.extimaging.com/login"
|
||||
"SiteUrl": "http://test.study.extimaging.com/login"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"FromEmail": "uat-study@extimaging.com",
|
||||
"FromName": "Uat_Study",
|
||||
"AuthorizationCode": "zhanying123",
|
||||
"SiteUrl": "http://study.uat.extimaging.com/login"
|
||||
"SiteUrl": "http://uat.study.extimaging.com/login"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -298,7 +298,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
|||
public T Data { get; set; }
|
||||
|
||||
|
||||
public SignDTO? SignInfo { get; set; }
|
||||
public SignDTO SignInfo { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue