เพิ่มเรื่องร้องเรียนตอนออกคำสั่ง
This commit is contained in:
parent
4f32e253fd
commit
5ca85c6e7e
13 changed files with 4045 additions and 58 deletions
|
|
@ -34,5 +34,6 @@
|
|||
public string faultLevel { get; set; }
|
||||
public string refRaw { get; set; }
|
||||
public string result { get; set; }
|
||||
public Guid? complaintId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue