From dd2495342e1735c7101352bf947208e2a310c6ef Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 9 Apr 2025 13:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/sale/product.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/sale/product.go b/erp/sale/product.go index 90e8851..49e2abb 100644 --- a/erp/sale/product.go +++ b/erp/sale/product.go @@ -246,6 +246,7 @@ type ReplyProductInfo struct { Mold int64 `json:"mold"` MoldCount int64 `json:"moldCount"` Serial string `json:"serial"` + Po string `json:"po"` CustomSerial string `json:"customSerial"` Name string `json:"name"` EngName string `json:"engName"`