using Admin.Core.Model; using Admin.Core.Model.Model_New; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Admin.Core.IService.IService_New { public interface IRecordBoxFoamFixtureComplateServices : IBaseServices { bool SaveFixtureComplate(List fixture, string productLineCode, string stationCode); } }