namespace Tnb.ProductionMgr.Interfaces { public interface IRedisDataService { /// /// 根据机号获取重量 /// Task GetWeight(string key, string field); } }