GP12触摸屏代码重构
This commit is contained in:
@@ -38,8 +38,8 @@ namespace ZR.Service.Business.IBusinessService
|
||||
/// <summary>
|
||||
/// 解析标签
|
||||
/// </summary>
|
||||
/// <param name="label">标签内容</param>
|
||||
/// <param name="type">解析方法</param>
|
||||
/// <param name="label">标签内容 扫码内容</param>
|
||||
/// <param name="type">解析方法 1-全解析 2-只看零件号</param>
|
||||
/// <returns></returns>
|
||||
QcGp12LabelAnalysisDto AnalyzeLabelToDto(string label,int type);
|
||||
|
||||
@@ -76,8 +76,15 @@ namespace ZR.Service.Business.IBusinessService
|
||||
/// <summary>
|
||||
/// 更新工单相关信息
|
||||
/// </summary>
|
||||
/// <param name="workorder"></param>
|
||||
/// <param name="workorder">工单号</param>
|
||||
/// <returns></returns>
|
||||
public QcGp12ServiceWorkorder UpdateWorkOrderDetail(string workorder);
|
||||
|
||||
/// <summary>
|
||||
/// 生成虚拟标签
|
||||
/// </summary>
|
||||
/// <param name="workorderDetail">工单信息</param>
|
||||
/// <returns></returns>
|
||||
public QcGp12ServiceWorkorder GenerateVirtualLabel(QcGp12WorkorderDetailDto workorderDetail);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user