1
hutongqing
2025-01-24 fb91c0dee454ca4da9df1e2975596437c0a5fca7
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_PurchaseOrderDetail.cs
@@ -56,11 +56,22 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "数量")]
        public float PurchaseDetailQuantity { get; set; }
        /// <summary>
        /// å·²æ”¶è´§æ•°é‡
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "已收货数量")]
        public float PurchaseDetailReceiveQty { get; set; }
        /// <summary>
        /// å•位
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "单位")]
        public string Unit { get; set; }
        /// <summary>
        /// ç‰©æ–™åç§°
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "物料名称")]
        public string MaterielName { get; set; }
    }
}