Browse Source

添加派生使用的存储结构体

pull/181/head
zhangxin 2 years ago
parent
commit
2ce047df3e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/om/om.go

+ 1
- 0
models/om/om.go View File

@ -144,6 +144,7 @@ type OrderAUPoData struct {
IsMainOrder bool
SFP *baseModel.Article
AllAttributeLi []baseModel.ArticleAttribute
ArtRelMap map[string]int
}
type ExportItem struct {


Loading…
Cancel
Save