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 编辑产品