using System;
using System.Collections.Generic;
using DOAN.Model;
using DOAN.Model.MES.api.Dto;
using DOAN.Model.MES.base_;
using DOAN.Model.MES.base_.Dto;
namespace DOAN.Service.MES.base_.IService
{
///
/// 工艺路线service接口
///
public interface IBaseLineCodeService : IBaseService
{
List GetLineCodeOptions(RestLineCodeDto parm);
}
}