其他出库记录、原材料到中储仓入库接口变更
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using SqlSugar;
|
||||
using Tnb.WarehouseMgr.Entities.Dto.Inputs;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
public interface IOtherOutstockHService
|
||||
{
|
||||
Task<bool> AddDetail(OtherOutstockAddDetailInput input, ISqlSugarClient dbConn = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user