zs
2025-05-06 f1204f4d3ec3e8bcb9c9d0be9c88fbe34e95b36c
HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsStores/GetWmsStoresInput.cs
@@ -16,4 +16,14 @@
    /// Gets or sets the name.
    /// </summary>
    public string Name { get; set; }
    /// <summary>
    /// 仓库代码
    /// </summary>
    public string? StoreCode { get; set; }
    /// <summary>
    /// 仓库名称
    /// </summary>
    public string? StoreName { get; set; }
}