using Admin.Core.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Admin.Core.IService.IService_New
{
///
/// 料筒服务类
///
public interface IHw_BarrelServices : IBaseServices
{
///
/// 根据罐号获取料罐ID
///
///
///
string GetPlanIdByBarrelID(string barrelBarcode);
}
}