ปรับ Middleware โดยรวม Exception + LogWriter ไว้ด้วยกัน
This commit is contained in:
parent
f4b3eeac76
commit
2e77371316
5 changed files with 744 additions and 98 deletions
|
|
@ -247,46 +247,46 @@ namespace BMA.EHR.Domain.Middlewares
|
|||
}
|
||||
}
|
||||
|
||||
public class GetProfileByKeycloakIdLocal
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string? Prefix { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? CitizenId { get; set; }
|
||||
|
||||
public string? Root { get; set; }
|
||||
public string? Child1 { get; set; }
|
||||
public string? Child2 { get; set; }
|
||||
public string? Child3 { get; set; }
|
||||
public string? Child4 { get; set; }
|
||||
public Guid? RootId { get; set; }
|
||||
public Guid? Child1Id { get; set; }
|
||||
public Guid? Child2Id { get; set; }
|
||||
public Guid? Child3Id { get; set; }
|
||||
public Guid? Child4Id { get; set; }
|
||||
public Guid? RootDnaId { get; set; }
|
||||
public Guid? Child1DnaId { get; set; }
|
||||
public Guid? Child2DnaId { get; set; }
|
||||
public Guid? Child3DnaId { get; set; }
|
||||
public Guid? Child4DnaId { get; set; }
|
||||
public double? Amount { get; set; }
|
||||
public double? PositionSalaryAmount { get; set; }
|
||||
public string? Commander { get; set; }
|
||||
|
||||
public Guid? CommanderId { get; set; }
|
||||
|
||||
public Guid? CommanderKeycloak { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class GetProfileByKeycloakIdResultLocal
|
||||
{
|
||||
public string Message { get; set; } = string.Empty;
|
||||
|
||||
public int Status { get; set; } = -1;
|
||||
|
||||
public GetProfileByKeycloakIdLocal? Result { get; set; }
|
||||
}
|
||||
// public class GetProfileByKeycloakIdLocal
|
||||
// {
|
||||
// public Guid Id { get; set; }
|
||||
//
|
||||
// public string? Prefix { get; set; }
|
||||
// public string? FirstName { get; set; }
|
||||
// public string? LastName { get; set; }
|
||||
// public string? CitizenId { get; set; }
|
||||
//
|
||||
// public string? Root { get; set; }
|
||||
// public string? Child1 { get; set; }
|
||||
// public string? Child2 { get; set; }
|
||||
// public string? Child3 { get; set; }
|
||||
// public string? Child4 { get; set; }
|
||||
// public Guid? RootId { get; set; }
|
||||
// public Guid? Child1Id { get; set; }
|
||||
// public Guid? Child2Id { get; set; }
|
||||
// public Guid? Child3Id { get; set; }
|
||||
// public Guid? Child4Id { get; set; }
|
||||
// public Guid? RootDnaId { get; set; }
|
||||
// public Guid? Child1DnaId { get; set; }
|
||||
// public Guid? Child2DnaId { get; set; }
|
||||
// public Guid? Child3DnaId { get; set; }
|
||||
// public Guid? Child4DnaId { get; set; }
|
||||
// public double? Amount { get; set; }
|
||||
// public double? PositionSalaryAmount { get; set; }
|
||||
// public string? Commander { get; set; }
|
||||
//
|
||||
// public Guid? CommanderId { get; set; }
|
||||
//
|
||||
// public Guid? CommanderKeycloak { get; set; }
|
||||
//
|
||||
// }
|
||||
//
|
||||
// public class GetProfileByKeycloakIdResultLocal
|
||||
// {
|
||||
// public string Message { get; set; } = string.Empty;
|
||||
//
|
||||
// public int Status { get; set; } = -1;
|
||||
//
|
||||
// public GetProfileByKeycloakIdLocal? Result { get; set; }
|
||||
// }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue