模具物料关联

This commit is contained in:
qianjiawei
2023-05-17 16:52:55 +08:00
parent 8971b48984
commit 3978cc9e3a
7 changed files with 412 additions and 67 deletions

View File

@@ -10,9 +10,9 @@ namespace Tnb.EquipMgr.Entities.Dto
{
public string mold { get; set; }
public string[] equipid { get; set; }
public string productid { get; set; }
public string materialid { get; set; }
public int real_cavity_qty { get; set; }
public string[] productids { get; set; }
public string[] materialids { get; set; }
public string[] molds { get; set; }
}