using Aucma.Scada.Model.domain; using System.Collections.Generic; namespace HighWayIot.Repository.service { public interface IBaseMaterialInfoService { List getAllInfos(); } }