1
huangxiaoqiang
20 小时以前 a296223898d61a9838bbd35ed75c87575e308a36
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfoDetail.cs
@@ -51,6 +51,12 @@
    public string Warehouse { get; set; }
    /// <summary>
    /// 浠撳簱ID
    /// </summary>
    [SugarColumn(IsNullable = false, ColumnDescription = "WareHouseId")]
    public string WareHouseId { get; set; }
    /// <summary>
    /// 鍗曟嵁缂栧彿
    /// </summary>
    [Required]
@@ -111,5 +117,12 @@
    /// 璋冩嫧浠撳簱
    /// </summary>
    [SugarColumn(IsNullable = true, ColumnDescription = "璋冩嫧浠撳簱")]
    public string AllocateWarehouse { get; set; }
    /// <summary>
    /// 澶囨敞
    /// </summary>
    [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
    public string Remark { get; set; }
}