工艺参数
This commit is contained in:
parent
5841b42bd6
commit
172fdb8c49
@ -1,17 +1,17 @@
|
|||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
|
|
||||||
using RIZO.Admin.WebApi.Filters;
|
|
||||||
using Infrastructure.Controllers;
|
|
||||||
using RIZO.ServiceCore.Middleware;
|
|
||||||
using Mapster;
|
|
||||||
using Infrastructure.Enums;
|
|
||||||
using Infrastructure;
|
using Infrastructure;
|
||||||
using Infrastructure.Attribute;
|
using Infrastructure.Attribute;
|
||||||
using RIZO.Common;
|
using Infrastructure.Controllers;
|
||||||
|
using Infrastructure.Enums;
|
||||||
using Infrastructure.Model;
|
using Infrastructure.Model;
|
||||||
using MDM.Services.IProcessService;
|
using Mapster;
|
||||||
using MDM.Model.Process.Dto;
|
|
||||||
using MDM.Model.Process;
|
using MDM.Model.Process;
|
||||||
|
using MDM.Model.Process.Dto;
|
||||||
|
using MDM.Services.IProcessService;
|
||||||
|
using Microsoft.AspNetCore.Authorization;
|
||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using RIZO.Admin.WebApi.Filters;
|
||||||
|
using RIZO.Common;
|
||||||
|
using RIZO.ServiceCore.Middleware;
|
||||||
|
|
||||||
//创建时间:2025-11-15
|
//创建时间:2025-11-15
|
||||||
namespace MDM.Controllers.Process
|
namespace MDM.Controllers.Process
|
||||||
@ -20,6 +20,7 @@ namespace MDM.Controllers.Process
|
|||||||
/// 工艺参数表(如温度、压力、时间等,关联工艺路线与工序)
|
/// 工艺参数表(如温度、压力、时间等,关联工艺路线与工序)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Route("MasterDataManagement/Process/ProcessParameter")]
|
[Route("MasterDataManagement/Process/ProcessParameter")]
|
||||||
|
[AllowAnonymous]
|
||||||
public class ProcessParameterController : BaseController
|
public class ProcessParameterController : BaseController
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user