2024-06-07 11:04:26 +08:00
|
|
|
|
using ZR.Model.MES.qu;
|
2023-11-29 16:41:11 +08:00
|
|
|
|
|
|
|
|
|
|
namespace ZR.Service.mes.qc.IService
|
|
|
|
|
|
{
|
2024-06-07 11:04:26 +08:00
|
|
|
|
public interface IQcinspectionItemService
|
2023-11-29 16:41:11 +08:00
|
|
|
|
{
|
2024-06-07 11:04:26 +08:00
|
|
|
|
public List<QcInspectionitem> GetinspectionItemList(string inspectionModule, string inspectionType);
|
2023-11-29 16:41:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|