Compare commits

...

2 Commits

Author SHA1 Message Date
quowingwang
623e75589b Merge branch 'main' of http://118.25.48.201:3000/RIZO/Valeo_Line_MES_backend 2026-01-10 16:43:05 +08:00
quowingwang
8595507315 配方 2026-01-10 16:42:55 +08:00
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
{