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 {