|  |  |  | 
|---|
|  |  |  | using System.Threading.Tasks; | 
|---|
|  |  |  | using WIDESEA_Core; | 
|---|
|  |  |  | using WIDESEA_Core.BaseServices; | 
|---|
|  |  |  | using WIDESEA_External.Model; | 
|---|
|  |  |  | using WIDESEA_Model.Models; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | namespace WIDESEA_ICheckService | 
|---|
|  |  |  | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <param name="checkOrderId">è´¨æ£å主é®</param> | 
|---|
|  |  |  | /// <param name="checkResult">è´¨æ£ç»æå¯¹è±¡</param> | 
|---|
|  |  |  | /// <param name="IsAccept">æ¯å¦æ¥å</param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | WebResponseContent CommitCheckResult(int checkOrderId, Dt_CheckOrderResult checkResult); | 
|---|
|  |  |  | WebResponseContent CommitCheckResult(int checkOrderId, Dt_CheckOrderResult checkResult, int IsAccept = 0); | 
|---|
|  |  |  | WebResponseContent CommitInspectResult(int checkOrderId, Dt_CheckOrderResult checkResult, int IsAccept = 0); | 
|---|
|  |  |  | WebResponseContent CommitCheckResult(ERPCheckModel checkModel); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// è·åæ£éªä¿¡æ¯ | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <param name="checkId"></param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | WebResponseContent GetCheckResultInfo(int checkId); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|