Created CA follow up worker
This commit is contained in:
10
FabApprovalWorkerService/Models/CorrectiveAction.cs
Normal file
10
FabApprovalWorkerService/Models/CorrectiveAction.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace FabApprovalWorkerService.Models;
|
||||
|
||||
public class CorrectiveAction {
|
||||
public required int CANo { get; set; }
|
||||
public bool ApprovalStatus { get; set; }
|
||||
public DateTime FollowUpDate { get; set; }
|
||||
public DateTime ClosedDate { get; set; }
|
||||
public int QAID { get; set; }
|
||||
public required string CATitle { get; set; }
|
||||
}
|
Reference in New Issue
Block a user