肖洋
2024-12-22 cdabe47ad8128c5006202e55c29746a617e988d6
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/dt_needBarcode.cs
@@ -8,6 +8,8 @@
namespace WIDESEAWCS_Model.Models
{
    [SugarTable(nameof(dt_needBarcode), "在途数据")]
    public class dt_needBarcode : BaseEntity
    {
        [Key]
@@ -56,17 +58,5 @@
        /// </summary>
        [NotMapped]
        public int haveOutNum { get; set; } = 0;
        /// <summary>
        /// 可入数量
        /// </summary>
        [NotMapped]
        public int canInNum { get; set; } = 0;
        /// <summary>
        /// 已创建出库任务
        /// </summary>
        [NotMapped]
        public List<Dt_Task> haveOutList { get; set; }
    }
}