解决直接调拨单合并的问题,新建2个文件重构代码,目前没有使用这2个文件
This commit is contained in:
15
Controllers/Interface/IMesApiSTKTransferDirectsService.cs
Normal file
15
Controllers/Interface/IMesApiSTKTransferDirectsService.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using RB_MES_API.Models.Cloud;
|
||||
using RB_MES_API.Models.Pangu;
|
||||
using RB_MES_APICore.Models.Cloud;
|
||||
using RB_MES_APICore.Models.Pangu;
|
||||
|
||||
namespace RB_MES_API.Controllers
|
||||
{
|
||||
/// <summary>
|
||||
/// 直接调拨单:STK_TRANSFERDIRECT 相关业务
|
||||
/// </summary>
|
||||
public interface IMesApiSTKTransferDirectsService
|
||||
{
|
||||
//List<STK_TransferDirect> CreateBatchSTKTransferDirects(List<R011> R011cs, string billtype, ref string reason);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user