16 lines
453 B
C#
16 lines
453 B
C#
|
|
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);
|
|||
|
|
}
|
|||
|
|
}
|