新增生产工单排产功能接口
This commit is contained in:
23
Tnb.ProductionPlanMgr/WorkOrderSchedulingService.cs
Normal file
23
Tnb.ProductionPlanMgr/WorkOrderSchedulingService.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Aspose.Cells;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DynamicApiController;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Tnb.ProductionPlanMgr
|
||||
{
|
||||
[ApiDescriptionSettings(Tag = "ProductPlanMgr", Name = "WorkOrderScheduling", Order = 700)]
|
||||
[Route("api/production/[controller]")]
|
||||
public class WorkOrderSchedulingService: IDynamicApiController, ITransient
|
||||
{
|
||||
|
||||
public WorkOrderSchedulingService()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user