From 3afa57a2d0bc44b05aedfb84736419e35cbec534 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Tue, 28 May 2024 14:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BasicData/Tnb.BasicData.Entities/Entity/BasMbom.cs | 5 +++++ .../Tnb.EquipMgr.Entities/Entity/EqpEquipment.cs | 14 ++++++++++++++ ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs | 8 ++++---- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/BasicData/Tnb.BasicData.Entities/Entity/BasMbom.cs b/BasicData/Tnb.BasicData.Entities/Entity/BasMbom.cs index 3a8f634e..65d5684a 100644 --- a/BasicData/Tnb.BasicData.Entities/Entity/BasMbom.cs +++ b/BasicData/Tnb.BasicData.Entities/Entity/BasMbom.cs @@ -98,5 +98,10 @@ public partial class BasMbom : BaseEntity /// 仅用于关联表字段查询用不存储数据 /// public string? query_info { get; set; } + + /// + /// 整托数 + /// + public int full_qty { get; set; } } diff --git a/EquipMgr/Tnb.EquipMgr.Entities/Entity/EqpEquipment.cs b/EquipMgr/Tnb.EquipMgr.Entities/Entity/EqpEquipment.cs index c771febc..ccbfef31 100644 --- a/EquipMgr/Tnb.EquipMgr.Entities/Entity/EqpEquipment.cs +++ b/EquipMgr/Tnb.EquipMgr.Entities/Entity/EqpEquipment.cs @@ -214,4 +214,18 @@ public partial class EqpEquipment : BaseEntity public string? as_location_id { get; set; } + /// + /// 上料库位id + /// + public string? upmat_location_id { get; set; } + + /// + /// 下料库位id + /// + public string? downmat_location_id { get; set; } + + /// + /// 入库仓库id + /// + public string? instock_warehouse_id { get; set; } } diff --git a/ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs b/ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs index af402e8f..821c94b9 100644 --- a/ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs @@ -145,7 +145,7 @@ namespace Tnb.ProductionMgr { msg = "ctu1空箱入呼叫成功"; Log.Information("【EmptyCarryOutStk】ctu1空箱入呼叫成功"); - //_redisData.Set("YTCS_CallCtuEmptyIn_CS01_flag", true, TimeSpan.FromMinutes(20)); + _redisData.Set("YTCS_CallCtuEmptyIn_CS01_flag", true, TimeSpan.FromMinutes(20)); } else { @@ -173,7 +173,7 @@ namespace Tnb.ProductionMgr { msg = "ctu3空箱入呼叫成功"; Log.Information("【EmptyCarryOutStk】ctu3空箱入呼叫成功"); - //_redisData.Set("YTCS_CallCtuEmptyIn_CS03_flag", true, TimeSpan.FromMinutes(20)); + _redisData.Set("YTCS_CallCtuEmptyIn_CS03_flag", true, TimeSpan.FromMinutes(20)); } else { @@ -201,7 +201,7 @@ namespace Tnb.ProductionMgr { msg = "ctu6空箱入呼叫成功"; Log.Information("【EmptyCarryOutStk】ctu6空箱入呼叫成功"); - //_redisData.Set("YTCS_CallCtuEmptyIn_CS03_flag", true, TimeSpan.FromMinutes(20)); + _redisData.Set("YTCS_CallCtuEmptyIn_CS03_flag", true, TimeSpan.FromMinutes(20)); } else { @@ -252,7 +252,7 @@ namespace Tnb.ProductionMgr { msg = "注塑定点配送成功"; Log.Information("【FixedPointDelivery】注塑定点配送成功"); - //_redisData.Set("hxjC_DB100.132.3_flag", true, TimeSpan.FromMinutes(20)); + _redisData.Set("hxjC_DB100.132.3_flag", true, TimeSpan.FromMinutes(20)); } else {