feat(erp): 添加模具和父级装运销售产品ID字段到产品项结构
- 添加 Mold 字段用于标识模具信息 - 添加 ParentShipmentSaleProductID 字段用于关联父级装运销售产品 - 重新排列结构体字段顺序以保持一致性 - 维护所有现有字段的完整功能和数据映射关系
This commit is contained in:
@@ -13,6 +13,8 @@ type product struct {
|
||||
type ProductItem struct {
|
||||
Id int64 `json:"id"`
|
||||
MixedFlag int64 `json:"mixedFlag"`
|
||||
Mold int64 `json:"mold"`
|
||||
ParentShipmentSaleProductID int64 `json:"parentShipmentSaleProductID"`
|
||||
Serial string `json:"serial"`
|
||||
CustomSerial string `json:"customSerial"`
|
||||
Po string `json:"po"`
|
||||
|
||||
Reference in New Issue
Block a user