GP12触摸屏,产线维修件优化
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using ZR.Model;
|
||||
using ZR.Model.Dto;
|
||||
using ZR.Model.Business;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ZR.Service.Business.IBusinessService
|
||||
{
|
||||
/// <summary>
|
||||
/// 质量GP12基础标签解析service接口
|
||||
/// </summary>
|
||||
public interface IQcGp12BaseLabelAnalysisService : IBaseService<QcGp12BaseLabelAnalysis>
|
||||
{
|
||||
PagedInfo<QcGp12BaseLabelAnalysisDto> GetList(QcGp12BaseLabelAnalysisQueryDto parm);
|
||||
|
||||
QcGp12BaseLabelAnalysis GetInfo(int Id);
|
||||
|
||||
QcGp12BaseLabelAnalysis AddQcGp12BaseLabelAnalysis(QcGp12BaseLabelAnalysis parm);
|
||||
|
||||
int UpdateQcGp12BaseLabelAnalysis(QcGp12BaseLabelAnalysis parm);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user