using JNPF.Common.Contracts;
using JNPF.Common.Security;
using SqlSugar;
namespace Tnb.WarehouseMgr.Entities;
///
/// 盘点任务子表
///
public partial class WmsCheckstockD
{
///
/// 条码数量
///
[SugarColumn(IsIgnore = true)]
public decimal codeqty { get; set; }
}