mirror of https://github.com/EasyAbp/EShop.git
4 changed files with 16 additions and 2 deletions
@ -0,0 +1,13 @@ |
|||
using System; |
|||
|
|||
namespace EasyAbp.EShop.Orders.Orders.Dtos |
|||
{ |
|||
public class OrderExtraFeeDto |
|||
{ |
|||
public string Name { get; set; } |
|||
|
|||
public string Key { get; set; } |
|||
|
|||
public decimal Fee { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue