zs
2025-05-06 55bf797dcc730b37bc691ebab2b51ff9db8ed245
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; }
}