修复错误
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user