- 在 product 服务中添加 BatchCount 方法,用于获取产品批次数量信息 - 在 purchase服务中添加 Batch 方法,用于获取采购合同的批次数据 - 更新 Purchase 结构,将 Batch 字段改为 Batches - 在 ArgsPurchaseEdit 结构中添加 BatchNo 字段,用于编辑批次号
Description
rpc接口
Languages
Go
100%