齐套搭配方案,查询接口代码调整
This commit is contained in:
@@ -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