去除引用common.props
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
{
|
||||
public class ElevatorConsts
|
||||
{
|
||||
|
||||
@@ -1,14 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Concurrent;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.Common.Extension;
|
||||
using Spire.Pdf.Widget;
|
||||
using Tnb.WarehouseMgr.Entities.Enums;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
{
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
{
|
||||
public class WmsCarryConst
|
||||
{
|
||||
@@ -12,7 +6,7 @@ namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
/// 载具更换EnCode业务编码
|
||||
/// </summary>
|
||||
public const string WMS_CARRY_REPLACE_ENCODE = "WmsCarryReplace";
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,4 @@
|
||||
using System;
|
||||
using System.CodeDom;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Org.BouncyCastle.Asn1.Mozilla;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
{
|
||||
public class WmsWareHouseConst
|
||||
{
|
||||
@@ -57,7 +49,7 @@ namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
/// 入库申请生成Encode
|
||||
/// </summary>
|
||||
public const string WMS_INSTOCK_ENCODE = "WmsInStock";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 任务执行ENCODE
|
||||
/// </summary>
|
||||
@@ -235,7 +227,7 @@ namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
/// <summary>
|
||||
/// 打印状态-打印完成
|
||||
/// </summary>
|
||||
public const string PRINT_STATUS_PRINTCOMPLETE= "26191372853541";
|
||||
public const string PRINT_STATUS_PRINTCOMPLETE = "26191372853541";
|
||||
/// <summary>
|
||||
/// 同步状态-无需同步
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user