เพิ่มเรื่องร้องเรียนตอนออกคำสั่ง

This commit is contained in:
Kittapath 2024-01-15 10:38:28 +07:00
parent 4f32e253fd
commit 5ca85c6e7e
13 changed files with 4045 additions and 58 deletions

View file

@ -34,5 +34,6 @@
public string faultLevel { get; set; }
public string refRaw { get; set; }
public string result { get; set; }
public Guid? complaintId { get; set; }
}
}

View file

@ -15,5 +15,6 @@
public int orderYear { get; set; }
public string signatoryBy { get; set; } = string.Empty;
public string signatoryPosition { get; set; } = string.Empty;
public Guid? complaintId { get; set; }
}
}