新增盘点任务模块
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using JNPF.Common.Contracts;
|
||||
using JNPF.Common.Security;
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// 盘点任务子表
|
||||
/// </summary>
|
||||
public partial class WmsCheckstockD
|
||||
{
|
||||
/// <summary>
|
||||
/// 条码数量
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public decimal codeqty { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user