Commit 57b8c0d3 by mushishixian

存储mpl

parent 3183c265
......@@ -162,6 +162,7 @@ func getUpdateData(matching model.BomItemMatching) map[string]interface{} {
"stock": matching.Stock,
"moq": matching.Moq,
"mpq": matching.Mpq,
"mpl": matching.Mpl,
"pdf": matching.Pdf,
"encap": matching.Encap,
"status": matching.Status,
......
......@@ -30,7 +30,7 @@ type BomItemMatching struct {
Moq int `json:"moq"`
// Mpq 包装量
Mpq int `json:"mpq"`
Mpl int `json:"mpl" gorm:"-"`
Mpl int `json:"mpl"`
// Encap 封装
Encap string `json:"encap"`
// Status 1:正常 2:取消匹配(被替换)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment