wangxinhui
9 天以前 6861434f1445d1685b67a24897890c34f8c54f85
代码管理/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs
文件名从 代码管理/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo.cs 修改
@@ -9,10 +9,10 @@
namespace WIDESEA_Model.Models
{
    /// <summary>
    /// 鍧枡闅旂儹搴撳瓨淇℃伅
    /// 搴撳瓨淇℃伅
    /// </summary>
    [SugarTable(nameof(Dt_BlankStockInfo), "鍧枡闅旂儹搴撳瓨淇℃伅")]
    public class Dt_BlankStockInfo : BaseEntity
    [SugarTable(nameof(Dt_StockInfo), "搴撳瓨淇℃伅")]
    public class Dt_StockInfo : BaseEntity
    {
        /// <summary>
        /// 涓婚敭
@@ -21,15 +21,15 @@
        public int Id { get; set; }
        /// <summary>
        /// 妯″叿缂栧彿
        /// 鏂欐缂栧彿
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "妯″叿缂栧彿")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鏂欐缂栧彿")]
        public string ContainerCode { get; set; }
        /// <summary>
        /// 璐т綅缂栧彿
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
        [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
        public string LocationCode { get; set; }
        /// <summary>
@@ -51,15 +51,9 @@
        public int StockStatus { get; set; }
        /// <summary>
        /// 鏄惁绌烘
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁绌烘")]
        public bool IsEmpty { get; set; }
        /// <summary>
        /// 鏄惁婊℃
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁婊℃")]
        [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁婊℃")]
        public bool IsFill { get; set; }
        /// <summary>