fix bugs create and update command
- :Add OrderDate Parameter
This commit is contained in:
parent
353eeada77
commit
f07b4037f6
2 changed files with 5 additions and 1 deletions
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
public int orderYear { get; set; }
|
||||
|
||||
public DateTime orderDate { get; set; }
|
||||
|
||||
public Guid orderBy { get; set; }
|
||||
|
||||
public string signatoryBy { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue