|  | 308f6e93fe | feat(erp): 添加模具数量字段到销售产品项 - 在 SaleProductItem 结构体中新增 MoldCount 字段
- 为 MoldCount 字段添加 JSON 标签映射
- 更新相关序列化逻辑以支持新字段 | 2025-10-28 13:53:52 +08:00 |  | 
			
				
					|  | 35c29a154a | feat(erp): 添加子产品字段到销售产品结构体 - 在 SaleProduct 结构体中新增 Children 字段
- Children 字段类型为 []SaleProductAdd- 用于支持销售产品的子产品关联功能 | 2025-10-28 10:33:54 +08:00 |  | 
			
				
					|  | 18894e383a | refactor(erp):重命名字段以提高一致性 - 将 SaleProduct 结构体中的 PurchaseProducts 字段重命名为 AllPurchaseProducts- 将 shipment/saleProduct.go 中的 PurchaseProducts 字段重命名为 AllPurchaseProducts
- 统一了两个文件中相同含义字段的命名方式,增强代码可读性与维护性 | 2025-09-29 14:50:10 +08:00 |  | 
			
				
					|  | 946e1c93bd | feat(erp):为采购产品项添加采购产品ID字段- 在 PurchaseProductItem 结构体中新增 PurchaseProductId 字段 - 更新 shipment/modify/saleProduct.go 中的结构体定义
- 更新 shipment/saleProduct.go 中的结构体定义 | 2025-09-29 11:43:10 +08:00 |  | 
			
				
					|  | 49e1b5050d | refactor(erp):优化销售产品结构并调整采购产品引用 - 移除 PurchaseProductInfo 结构体定义- 更新 PurchaseProductItem 结构体字段- 在 SaleProductItem 中新增 ShipmentPurchaseProducts 字段
- 修改 PurchaseProducts 字段类型为 sale2.PurchaseProduct
- 引入 sale2 包以支持新的数据结构引用 | 2025-09-29 11:40:47 +08:00 |  | 
			
				
					|  | 0593a556e4 | feat(erp): 添加采购商品关联信息- 在产品详情中增加采购商品列表字段 - 扩展出舱单产品与采购商品的关联结构
- 新增采购商品详情信息结构体定义
- 支持在出运产品中关联多个采购商品- 完善产品添加和编辑时的采购商品数据处理 | 2025-09-28 15:40:39 +08:00 |  | 
			
				
					|  | 9aba2baa8c | feat(service/erp/shipment/modify/saleProduct): 添加包装重量字段 在saleProduct结构体中添加了PackageWeight字段,用于记录包装重量。
同时修正了导入包的顺序,确保代码整洁。 | 2025-09-11 17:28:09 +08:00 |  | 
			
				
					|  | 229b5cd43d | feat(shipment): 添加品牌字段- 在 gift 结构体中添加 Brand 字段,用于表示品牌信息 - 在 shipment 修改和查看接口中增加品牌信息的处理 | 2025-08-13 14:20:10 +08:00 |  | 
			
				
					|  | 81f9d4d416 | feat(shipment): 添加报关价格和总价字段 - 在 saleProduct 结构中添加 CustomsPrice 和 CustomsAmount 字段
- 在 modify 和 shipment 文件中都进行了相应的更新- 新增字段用于记录报关单价和报关总价信息 | 2025-05-13 11:25:13 +08:00 |  | 
			
				
					|  | 08ba9559a9 | feat(shipment): 添加同步商品功能 - 新增 ArgsSaleProductSync 结构体用于同步商品请求参数
- 在 saleProduct 服务中实现 Sync 方法,用于同步商品数据
- 通过 RPC 调用远程服务的 Sync 方法来实现商品同步 | 2025-04-21 14:59:42 +08:00 |  | 
			
				
					|  | b0c346a83b | 添加订舱修改单 | 2025-03-05 14:14:32 +08:00 |  |