using SlnMesnac.Model.domain; using SlnMesnac.Repository.service.@base; using System.Collections.Generic; namespace SlnMesnac.Repository.service { public interface IDmsRecordShutDownService : IBaseService { /// /// 查询 /// /// /// List GetAllMachineFirst(); } }