shipping method weight
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
// Auto-generiert von CreateWebshopFiles.ps1
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
namespace Webshop.Application.DTOs.Shipping
|
||||
{
|
||||
@@ -15,5 +11,9 @@ namespace Webshop.Application.DTOs.Shipping
|
||||
public bool IsActive { get; set; }
|
||||
public int MinDeliveryDays { get; set; }
|
||||
public int MaxDeliveryDays { get; set; }
|
||||
|
||||
// NEU: Gewichtsgrenzen f<>r diese Methode
|
||||
public decimal MinWeight { get; set; }
|
||||
public decimal MaxWeight { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user