Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -98,5 +98,10 @@ public partial class BasMbom : BaseEntity<string>
|
|||||||
/// 仅用于关联表字段查询用不存储数据
|
/// 仅用于关联表字段查询用不存储数据
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? query_info { get; set; }
|
public string? query_info { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 整托数
|
||||||
|
/// </summary>
|
||||||
|
public int full_qty { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -214,4 +214,18 @@ public partial class EqpEquipment : BaseEntity<string>
|
|||||||
public string? as_location_id { get; set; }
|
public string? as_location_id { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 上料库位id
|
||||||
|
/// </summary>
|
||||||
|
public string? upmat_location_id { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 下料库位id
|
||||||
|
/// </summary>
|
||||||
|
public string? downmat_location_id { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 入库仓库id
|
||||||
|
/// </summary>
|
||||||
|
public string? instock_warehouse_id { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ namespace Tnb.ProductionMgr
|
|||||||
{
|
{
|
||||||
msg = "ctu1空箱入呼叫成功";
|
msg = "ctu1空箱入呼叫成功";
|
||||||
Log.Information("【EmptyCarryOutStk】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
|
else
|
||||||
{
|
{
|
||||||
@@ -173,7 +173,7 @@ namespace Tnb.ProductionMgr
|
|||||||
{
|
{
|
||||||
msg = "ctu3空箱入呼叫成功";
|
msg = "ctu3空箱入呼叫成功";
|
||||||
Log.Information("【EmptyCarryOutStk】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
|
else
|
||||||
{
|
{
|
||||||
@@ -201,7 +201,7 @@ namespace Tnb.ProductionMgr
|
|||||||
{
|
{
|
||||||
msg = "ctu6空箱入呼叫成功";
|
msg = "ctu6空箱入呼叫成功";
|
||||||
Log.Information("【EmptyCarryOutStk】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
|
else
|
||||||
{
|
{
|
||||||
@@ -252,7 +252,7 @@ namespace Tnb.ProductionMgr
|
|||||||
{
|
{
|
||||||
msg = "注塑定点配送成功";
|
msg = "注塑定点配送成功";
|
||||||
Log.Information("【FixedPointDelivery】注塑定点配送成功");
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user