调度运行获取吉客云采购入库

This commit is contained in:
2025-11-04 11:11:40 +08:00
parent cdcac3a2f9
commit 8d0542953e
9 changed files with 685 additions and 128 deletions

View File

@@ -218,9 +218,6 @@ namespace MyCode.Project.WebApi.Controllers
//}
//#endregion
#region GenerateHS256Key(JWTKEY)
/// <summary>
/// GenerateHS256Key
@@ -235,7 +232,6 @@ namespace MyCode.Project.WebApi.Controllers
}
#endregion
#region
/// <summary>
@@ -248,6 +244,22 @@ namespace MyCode.Project.WebApi.Controllers
_jackYunStockinService.TaskSendInventoryMovement( sheet);
}
#endregion
#region
/// <summary>
/// 调度运行获取吉客云采购入库
/// </summary>
[HttpGet]
[AllowAnonymous]
public void GetPurchaseInboundData(string now)
{
_jackYunTaskService.GetPurchaseInboundData(now);
}
#endregion
}
}