namespace Fab2ApprovalSystem.Models;

public class WinEventLog {

    public int SysDocumentID { get; set; }
    public int IssueID { get; set; }
    public string DocumentType { get; set; }
    public string UserID { get; set; }
    public string OperationType { get; set; }
    public string Comments { get; set; }

}