fix bugs create and update command

- :Add OrderDate Parameter
This commit is contained in:
Suphonchai Phoonsawat 2023-08-04 15:17:17 +07:00
parent 353eeada77
commit f07b4037f6
2 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,8 @@
public int orderYear { get; set; }
public DateTime orderDate { get; set; }
public Guid orderBy { get; set; }
public string signatoryBy { get; set; }