This commit is contained in:
quowingwang 2026-01-10 16:42:55 +08:00
parent 9e7fde6cec
commit 8595507315
6 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ namespace RIZO.WebApi.Controllers.MES.recipe
/// <summary>
/// 应用配方
/// </summary>
[Route("mes/EffectiveRecipe")]
[Route("MasterDataManagement/Recipe/EffectiveRecipe")]
[AllowAnonymous]
public class EffectiveRecipeController : BaseController
{

View File

@ -17,7 +17,7 @@ namespace RIZO.WebApi.Controllers.MES.recipe
/// <summary>
/// 配方下达记录表
/// </summary>
[Route("mes/PfRecipeIssueLog")]
[Route("MasterDataManagement/Recipe/PfRecipeIssueLog")]
[AllowAnonymous]
public class PfRecipeIssueLogController : BaseController
{

View File

@ -17,7 +17,7 @@ namespace RIZO.WebApi.Controllers.MES.recipe
/// <summary>
/// 配方参数明细表
/// </summary>
[Route("mes/PfRecipeParameters")]
[Route("MasterDataManagement/Recipe/PfRecipeParameters")]
[AllowAnonymous]
public class PfRecipeParametersController : BaseController
{

View File

@ -15,7 +15,7 @@ namespace RIZO.WebApi.Controllers.MES.recipe
/// <summary>
/// 配方模板表
/// </summary>
[Route("mes/PfRecipeTemplate")]
[Route("MasterDataManagement/Recipe/PfRecipeTemplate")]
public class PfRecipeTemplateController : BaseController
{
/// <summary>

View File

@ -17,7 +17,7 @@ namespace RIZO.WebApi.Controllers.MES.recipe
/// <summary>
/// 配方版本控制表
/// </summary>
[Route("mes/PfRecipeVersion")]
[Route("MasterDataManagement/Recipe/PfRecipeVersion")]
[AllowAnonymous]
public class PfRecipeVersionController : BaseController
{

View File

@ -16,7 +16,7 @@ namespace RIZO.WebApi.Controllers.MES.recipe
/// <summary>
/// 产品配方关联表
/// </summary>
[Route("mes/PfRefProductRecipe")]
[Route("MasterDataManagement/Recipe/PfRefProductRecipe")]
[AllowAnonymous]
public class PfRefProductRecipeController : BaseController
{