修复错误

This commit is contained in:
DEVICE8\12494
2023-05-19 09:19:29 +08:00
parent 649105eb6e
commit 0670387658
5 changed files with 4 additions and 5 deletions

View File

@@ -30,6 +30,6 @@ namespace Tnb.ProductionMgr.Entities
/// 模具型腔数
/// </summary>
[SugarColumn(IsIgnore = true)]
public int mold_cavity_qty { get; set; }
public int? mold_cavity_qty { get; set; }
}
}