bug
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
public class BarCodeInput
|
||||
{
|
||||
public string? BillId { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -101,9 +101,11 @@ public partial class WmsPurchaseD : BaseEntity<string>
|
||||
/// <summary>
|
||||
/// 规格型号
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string? material_specification { get; set; }
|
||||
/// <summary>
|
||||
/// 箱号
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string? container_no { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user