调整相关类命名空间,及接口命名规范

This commit is contained in:
DEVICE8\12494
2023-04-26 09:58:10 +08:00
parent b1f04f8a43
commit 26d6e12e35
16 changed files with 138 additions and 92 deletions

View File

@@ -5,7 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using Tnb.ProductionMgr.Entitys.Entity;
namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage
namespace Tnb.ProductionMgr.Entitys.Dto
{
/// <summary>
/// 设备列表输出参数

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionPlanMgr.Entitys.Dto.WorkOrder
namespace Tnb.ProductionMgr.Entitys.Dto
{
/// <summary>
/// 生产工单下发输入参数

View File

@@ -5,7 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using Tnb.ProductionMgr.Entitys.Entity;
namespace Tnb.ProductionMgr.Entitys.Dto.WorkOrder
namespace Tnb.ProductionMgr.Entitys.Dto
{
/// <summary>
/// 模具列表输出参数

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage
namespace Tnb.ProductionMgr.Entitys.Dto
{
/// <summary>
/// 生产操作记录查询参数

View File

@@ -5,7 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using Tnb.ProductionMgr.Entitys.Entity;
namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage
namespace Tnb.ProductionMgr.Entitys.Dto
{
/// <summary>
/// 生产操作记录输出类

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage
namespace Tnb.ProductionMgr.Entitys.Dto
{
/// <summary>
/// 生产任务单下发输入参数

View File

@@ -5,7 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using Tnb.ProductionMgr.Entitys.Entity;
namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage
namespace Tnb.ProductionMgr.Entitys.Dto
{
/// <summary>
/// 生产任务重新排序输出参数

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entitys.Dto.WorkOrder
namespace Tnb.ProductionMgr.Entitys.Dto
{
/// <summary>
/// 生产工单排产输入参数

View File

@@ -5,7 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using Tnb.ProductionMgr.Entitys.Entity;
namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage
namespace Tnb.ProductionMgr.Entitys.Dto
{
public class TaskOperRecordOutput
{

View File

@@ -5,7 +5,7 @@ using System.Security.Principal;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage
namespace Tnb.ProductionMgr.Entitys.Dto
{
/// <summary>
/// 转移机台输入参数