Update Order model

pull/6221/head
Qiuyi LI 2024-01-26 16:33:06 +01:00
parent f863a876aa
commit 316e4b1c67
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@ public class Order {
*/ */
@JSONField(name = "postCode") @JSONField(name = "postCode")
private String postcode; private String postcode;
/**
*
*/
@JSONField(name = "abnnumber")
private String taxNumber;
/** /**
* *