工艺参数
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.Attribute;
|
||||
using RIZO.Common;
|
||||
using Infrastructure.Controllers;
|
||||
using Infrastructure.Enums;
|
||||
using Infrastructure.Model;
|
||||
using MDM.Services.IProcessService;
|
||||
using MDM.Model.Process.Dto;
|
||||
using Mapster;
|
||||
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
|
||||
namespace MDM.Controllers.Process
|
||||
@ -20,6 +20,7 @@ namespace MDM.Controllers.Process
|
||||
/// 工艺参数表(如温度、压力、时间等,关联工艺路线与工序)
|
||||
/// </summary>
|
||||
[Route("MasterDataManagement/Process/ProcessParameter")]
|
||||
[AllowAnonymous]
|
||||
public class ProcessParameterController : BaseController
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user