schangxiang@126.com
2025-05-13 a4c9fcc57c7db7caf98e39ae5c2e6ffe41a903a5
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; }
}