去除引用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.Dto
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 载具条码明细输出类
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
{
|
||||
/// <summary>
|
||||
/// 载具信息输出类
|
||||
@@ -128,7 +122,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// <summary>
|
||||
/// 载具明细列表
|
||||
/// </summary>
|
||||
public List<WmsCarryD> carryDetails { get; set; }=new List<WmsCarryD>();
|
||||
public List<WmsCarryD> carryDetails { get; set; } = new List<WmsCarryD>();
|
||||
/// <summary>
|
||||
/// 载具条码列表
|
||||
/// </summary>
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
{
|
||||
/// <summary>
|
||||
/// 载具查询输出类
|
||||
@@ -47,7 +41,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// <summary>
|
||||
/// 来源单据ID
|
||||
/// </summary>
|
||||
public string? source_id { get; set; }
|
||||
public string? source_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 打包号
|
||||
@@ -88,7 +82,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// <summary>
|
||||
/// 载具查询明细输出类
|
||||
/// </summary>
|
||||
public class CarryCodeQueryOutput
|
||||
public class CarryCodeQueryOutput
|
||||
{
|
||||
/// <summary>
|
||||
/// 主键ID
|
||||
@@ -161,7 +155,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// 单位代码
|
||||
/// </summary>
|
||||
public string unit_code { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 仓库ID
|
||||
/// </summary>
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json;
|
||||
using Org.BouncyCastle.Asn1.Mozilla;
|
||||
using SqlSugar;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
{
|
||||
@@ -70,7 +63,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// <summary>
|
||||
/// 齐套明细Json
|
||||
/// </summary>
|
||||
public string CollocationSchemeDsJson { get; set; }=string.Empty;
|
||||
public string CollocationSchemeDsJson { get; set; } = string.Empty;
|
||||
[JsonIgnore]
|
||||
public List<WmsCollocationSchemeD>? list { get; set; }
|
||||
}
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 入库单据物料明细信息
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
{
|
||||
/// <summary>
|
||||
/// 物料标签查询返回结果
|
||||
@@ -22,7 +16,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// <summary>
|
||||
/// 批次
|
||||
/// </summary>
|
||||
public string code_batch { get; set;}
|
||||
public string code_batch { get; set; }
|
||||
/// <summary>
|
||||
/// 采购单号
|
||||
/// </summary>
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 出库库单据物料明细信息
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.Common.Enums;
|
||||
using JNPF.Common.Enums;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
{
|
||||
@@ -27,6 +22,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// </summary>
|
||||
public object data { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user