质检模块
This commit is contained in:
19
QcMgr/Tnb.QcMgr.Interfaces/IQcCheckPlanService.cs
Normal file
19
QcMgr/Tnb.QcMgr.Interfaces/IQcCheckPlanService.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Tnb.QcMgr.Entities;
|
||||
|
||||
namespace Tnb.QcMgr.Interfaces
|
||||
{
|
||||
public interface IQcCheckPlanService
|
||||
{
|
||||
/// <summary>
|
||||
/// 保存质检方案
|
||||
/// </summary>
|
||||
/// <param name="CheckPlanInput"></param>
|
||||
/// <returns></returns>
|
||||
public Task SaveData(CheckPlanInput CheckPlanInput);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user