From 28a85b528ca565ed2b969eea6a594099ecdbf569 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 3 Dec 2024 14:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BA=A7=E5=93=81?= 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 7d1139a..8513e3c 100644 --- a/erp/sale/product.go +++ b/erp/sale/product.go @@ -354,6 +354,7 @@ type ProductEdit struct { Customs ProductCustoms // 海关 Quote ProductQuote // 工厂报价 ImgFilePaths []string // 图片地址集合 + ProductSync bool // 是否同步 } // Edit @TITLE 编辑产品