|
|
@ -16,3 +16,9 @@ type ProductWorkLineData struct { |
|
|
|
ProductId string `json:"productId"` |
|
|
|
ProductWorkLineLstLi []ProductWorkLineLst `json:"productWorkLineLstLi"` |
|
|
|
} |
|
|
|
|
|
|
|
// ProductFamilyRelateAndProduct ProductFamilyRelate Product连表
|
|
|
|
type ProductFamilyRelateAndProduct struct { |
|
|
|
Product `xorm:"extends"` |
|
|
|
ProductFamilyRelate `xorm:"extends"` |
|
|
|
} |