工单模块代码结构调整
This commit is contained in:
parent
2aa35d3d91
commit
c073a36e96
@ -212,7 +212,7 @@ namespace RIZO.Admin.WebApi.Controllers.Mes.Process
|
||||
/// </summary>
|
||||
/// <param name="parm"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet("GetProcessInfoByLineCode/{lineCode}")]
|
||||
[HttpPost("GetProcessInfoByLineCode/{lineCode}")]
|
||||
public IActionResult GetProcessInfoByLineCode([FromRoute] string lineCode)
|
||||
{
|
||||
var response = _ProcessInfoService.GetProcessInfoByLineCode(lineCode);
|
||||
|
||||
@ -28,6 +28,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Controllers\Mes\WorkOrder\" />
|
||||
<Folder Include="Properties\PublishProfiles\" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@ -12,4 +12,9 @@
|
||||
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.198" />
|
||||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Mes\Dto\WorkOrder\" />
|
||||
<Folder Include="Mes\WorkOrder\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
@ -15,5 +15,9 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\RIZO.ServiceCore\RIZO.ServiceCore.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Mes\IMesService\WorkOrder\" />
|
||||
<Folder Include="Mes\WorkOrder\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user