部署
This commit is contained in:
@@ -3,6 +3,7 @@ package sale
|
||||
import (
|
||||
"context"
|
||||
"git.kumo.work/shama/service/client"
|
||||
bean2 "git.kumo.work/shama/service/erp/bean"
|
||||
product2 "git.kumo.work/shama/service/erp/product"
|
||||
"github.com/shopspring/decimal"
|
||||
"time"
|
||||
@@ -82,7 +83,7 @@ type ProductAdd struct {
|
||||
EngDescription string // 英文描述
|
||||
PackageDescription string // 包装中文描述
|
||||
PackageEngDescription string // 包装英文描述
|
||||
PackageInfoFile string // 包装描述文件
|
||||
PackageInfoFile bean2.FileData // 包装描述文件
|
||||
Sort int64 // 排序
|
||||
SaleCount int64 // 销售数量/合同数量
|
||||
Packages []ProductPackage // 包装
|
||||
@@ -175,7 +176,7 @@ type ReplyProductInfo struct {
|
||||
EngDescription string `json:"engDescription"`
|
||||
PackageDescription string `json:"packageDescription"`
|
||||
PackageEngDescription string `json:"packageEngDescription"`
|
||||
PackageInfoFile string `json:"packageInfoFile"`
|
||||
PackageInfoFile bean2.FileData `json:"packageInfoFile"`
|
||||
CreatedAt *time.Time `json:"createdAt"`
|
||||
UpdatedAt *time.Time `json:"updatedAt"`
|
||||
Packages []ProductPackageInfo `json:"packages"`
|
||||
|
||||
Reference in New Issue
Block a user