解决直接调拨单合并的问题,新建2个文件重构代码,目前没有使用这2个文件

This commit is contained in:
2025-10-28 15:14:47 +08:00
parent 238f30f67d
commit 5212012db7
3 changed files with 483 additions and 2 deletions

View 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);
}
}