This commit is contained in:
laodaming
2023-08-08 17:03:54 +08:00
parent 584498f556
commit 2f1ef81263
4 changed files with 31 additions and 6 deletions

View File

@@ -385,8 +385,9 @@ type GetSizeByPidRsp {
}
//获取产品模板列表
type GetTemplateByPidReq {
Pid string `form:"pid"`
Size uint32 `form:"size"`
Pid string `form:"pid"`
Size uint32 `form:"size"`
ProductTemplateTagId int64 `form:"product_template_tag_id"`
}
//获取产品配件数据
type GetFittingByPidReq {