1
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using JNPF.Common.Contracts;
|
||||
using JNPF.Common.Security;
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// 齐套分拣主表
|
||||
/// </summary>
|
||||
public partial class WmsSetsortingH
|
||||
{
|
||||
/// <summary>
|
||||
/// 载具ID
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string? carry_id { get; set; }
|
||||
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string? carry_code { get; get; }
|
||||
}
|
||||
Reference in New Issue
Block a user