调wms接口返回成功后再操作数据库
This commit is contained in:
@@ -21,5 +21,11 @@ namespace Tnb.ProductionMgr.Interfaces
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
public Task<dynamic> SaveDataNew(MaterialReceiptNewInput input);
|
||||
|
||||
/// <summary>
|
||||
/// 投料记录
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<dynamic> GetFeedingRecordTree();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user