redis获取数采数据
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
public interface IRedisDataService
|
||||
{
|
||||
/// <summary>
|
||||
/// 根据机号获取重量
|
||||
/// </summary>
|
||||
Task<dynamic> GetWeight(string key, string field);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user