解决ProductionMgr编译不过去的问题

This commit is contained in:
alex
2023-07-06 15:06:34 +08:00
parent f81c6cfc34
commit 9ba46e24a3
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ using JNPF.DynamicApiController;
using JNPF.FriendlyException;
using JNPF.Logging;
using JNPF.Message.Entitys.Entity;
using JNPF.Message.Service;
using JNPF.Systems.Entitys.Permission;
using JNPF.Systems.Entitys.System;
using JNPF.Systems.Interfaces.System;
@@ -35,6 +34,7 @@ using Tnb.ProductionMgr.Entities.Dto.PrdManage;
using Tnb.ProductionMgr.Interfaces;
using Tnb.BasicData.Entities;
using MessageTemplateEntity = JNPF.Message.Entitys.Entity.MessageTemplateEntity;
using JNPF.Message.Service;
namespace Tnb.ProductionMgr
{