齐套搭配方案,查询接口代码调整
This commit is contained in:
@@ -3,10 +3,11 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.Common.Filter;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
public class MESCollocationSchemeQueryInput
|
||||
public class MESCollocationSchemeQueryInput : PageInputBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 齐套出库主表
|
||||
|
||||
@@ -4,6 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json;
|
||||
using Org.BouncyCastle.Asn1.Mozilla;
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
@@ -64,7 +65,12 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
|
||||
/// <summary>
|
||||
/// 齐套明细输出
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public List<CollocationSchemeDOutput>? CollocationSchemeDs { get; set; }
|
||||
/// <summary>
|
||||
/// 齐套明细Json
|
||||
/// </summary>
|
||||
public string CollocationSchemeDsJson { get; set; }
|
||||
[JsonIgnore]
|
||||
public List<WmsCollocationSchemeD>? list { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user