แก้บันทึกและแก้ไขเลขที่คำสั่ง จาก int to str
This commit is contained in:
parent
cc902536d6
commit
8ee7dc94a2
3 changed files with 5 additions and 9 deletions
|
|
@ -4,9 +4,9 @@
|
|||
{
|
||||
public Guid orderTypeValue { get; set; }
|
||||
|
||||
public string orderTitle { get; set; }
|
||||
public string orderTitle { get; set; } = string.Empty;
|
||||
|
||||
public int orderNo { get; set; }
|
||||
public string orderNo { get; set; } = string.Empty;
|
||||
|
||||
public int orderYear { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue