From 46ef173bb585e2dfd3d3b05c2293c8ee6cfabeea Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Mon, 22 Jul 2024 12:54:53 +0800 Subject: [PATCH] bug --- .../Tnb.ProductionMgr.Entities/Entity/ErpEntity/BomList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr.Entities/Entity/ErpEntity/BomList.cs b/ProductionMgr/Tnb.ProductionMgr.Entities/Entity/ErpEntity/BomList.cs index bbefd45c..3f2b56bf 100644 --- a/ProductionMgr/Tnb.ProductionMgr.Entities/Entity/ErpEntity/BomList.cs +++ b/ProductionMgr/Tnb.ProductionMgr.Entities/Entity/ErpEntity/BomList.cs @@ -39,6 +39,6 @@ namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity /// public string MODIFIEDTIME { get; set; } - public int ROWNO { get; set; } + // public int ROWNO { get; set; } } } \ No newline at end of file