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 { /// /// 直接调拨单:STK_TRANSFERDIRECT 相关业务 /// public interface IMesApiSTKTransferDirectsService { //List CreateBatchSTKTransferDirects(List R011cs, string billtype, ref string reason); } }