Redis获取数采数据

This commit is contained in:
qianjiawei
2023-11-03 15:42:51 +08:00
parent 821358621c
commit e12cc45299
5 changed files with 118 additions and 14 deletions

View File

@@ -13,7 +13,5 @@ namespace Tnb.ProductionMgr.Interfaces
/// 根据机号获取重量
/// </summary>
Task<dynamic> GetWeight(string key, string field);
}
}