This commit is contained in:
yang.lee
2023-11-08 16:48:15 +08:00
parent 225a00c9e2
commit 6bb3db57aa

View File

@@ -18,6 +18,6 @@ namespace Tnb.WarehouseMgr.Entities.Entity.Constraints
/// <summary>
/// 是否检验
/// </summary>
public int? is_check { get; get; }
public int? is_check { get; set; }
}
}